commit | 4d9d629f241c23699eaea4d2d41e98a06359cbe6 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Mon Mar 11 14:25:33 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 11 14:26:00 2019 -0700 |
tree | 28bc14970a007c5b1acbb7af1c6baf4b91a108da | |
parent | c48c871a41b3155b544abac5ce0d70691800a3b1 [diff] |
Add ShouldUpdateExpectedConnectionIdLength to QuicFramer ShouldUpdateExpectedConnectionIdLength allows clients of QuicDispatcher like Quartc to have the QuicFramer owned by the QuicDispatcher dynamically change its expected connection ID length based on received long header packets. This will allow quartc to migrate to 0-length connection IDs. gfe-relnote: refactor-only, no behavior change, not flag protected PiperOrigin-RevId: 237882443 Change-Id: If7a49b092e1ff29fec740a18bbb7c5b78d749d62
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.