Move connection ID & stateless reset token from QuicConnection to QuicConnection::PathState.

1) alternative_path_, if used, has the same connection ID as default_path_.
2) Also disable responding to RETIRE_CONNECTION_ID frame.

Protected by FLAGS_quic_reloadable_flag_quic_use_connection_id_on_default_path.

PiperOrigin-RevId: 367426542
Change-Id: Iac3b406b09a3d4abf9d7a2e8eb4e89b13a24cf1d
7 files changed
tree: a45867faea6d109a6bac2e4a61c3b371941053a8
  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.