Remove connection_id added to connection_dispatcher_map_ via either OnConnectionIdRetired or OnConnectionAddedToTimeWaitList in gfe_quic_dispatcher when multiple CIDs are supported.

Protected by FLAGS_quic_restart_flag_quic_time_wait_list_support_multiple_cid_v2.

PiperOrigin-RevId: 351362306
Change-Id: I6c49f460cbe4c1ca219d6529caef596803f1c02d
7 files changed
tree: e24ca5ab394a2310cc82e255379484c60f63338c
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.