Do not synthesize and verify source connection id for QuicPacketHeader generated from short header packet.

Protected by FLAGS_quic_reloadable_flag_quic_do_not_synthesize_source_cid_for_short_header.

PiperOrigin-RevId: 360981332
Change-Id: Ie6d918738d76936f0f2758ce07171dfe526671ff
5 files changed
tree: 35425d23c81c1278036050004c87f3e01b37d4dc
  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.