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
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.