Replaces session_map_ with reference_counted_session_map_ in QuicDispatcher. This is to support multiple connection IDs mapping to the same session in follow-up CLs (CID and session is still 1-to-1 in this CL).

Protected by FLAGS_quic_restart_flag_quic_use_reference_counted_sesssion_map.

PiperOrigin-RevId: 348723093
Change-Id: I7760576cd310ec5217787b3ed8f9707b1141e624
4 files changed
tree: 0a722e7f042ab5f29e49aec78e0d4fcf4fa1873d
  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.