In QUIC, add TimeWaitConnectionInfo to record necessary information of connections which are going to be added to time wait list. Refactor only, no functional change expected, not protected.

In the next change, I am going to add more info to this struct (e.g., srtt)

PiperOrigin-RevId: 325285116
Change-Id: Iee053bda3f66a77bd0a5bf39d8b1fbb6f6d930b2
7 files changed
tree: 9d7f9b159c9b05399fd7e3a34138b88d68afe1d7
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.