commit | b740f7aae71291385d2c4f319819dad8d792988d | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Wed Mar 27 15:24:01 2019 -0700 |
committer | Bence Béky <bnc@google.com> | Fri Mar 29 11:53:14 2019 +0000 |
tree | 402a46e5d0019c2b9097ff1188774b6f0a4f76f8 | |
parent | b1a32ae79f953e21267960e6e05cdd04cb9944e6 [diff] |
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.