Enable QUIC_VERSION_47 in Quartc.

QUIC_VERSION_47 enables IETF-style variable-length connection ids, including the
ability to specify a zero-length connection id in the client->server direction.
This allows Quartc to shave 8 bytes off every client->server packet, since only
one QUIC connection exists on an ICE port used for Quartc, regardless of
perspective.

gfe-relnote: n/a (Quartc only)
PiperOrigin-RevId: 240653151
Change-Id: Iaa3b3eb7be3606d03deb6dc78ee254b942693137
1 file changed
tree: 402a46e5d0019c2b9097ff1188774b6f0a4f76f8
  1. http2/
  2. quic/
  3. spdy/
  4. CONTRIBUTING.md
  5. LICENSE
  6. 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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.