commit | 6cf4d2ab35b79479428d43a65b5211c2814d8747 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Apr 30 16:20:23 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 30 16:20:51 2019 -0700 |
tree | c925b7f2cf81621923cb826f9bb47cdc7e851fa6 | |
parent | 320a13a834f7e9afdb9314218f3df26e54bc1b9b [diff] |
Update QUIC transport parameters to draft 20 This CL updates from draft-18 to draft-19/20. The only changes are idle_timeout being in milliseconds instead of seconds, and the removal of the versions before the parameters. We've kept the versions in a custom Google-specific extension for now. This extension will eventually evolve into the IETF compatible version negotiation extension. gfe-relnote: protected by disabled flag quic_supports_tls_handshake PiperOrigin-RevId: 246043673 Change-Id: I35929d0f381f506e2275e639af41e840ab16b8ca
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.