commit | 346b7ce5433c9dcfa737e30a479eaa44a8e68278 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Wed Jun 05 01:38:18 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 05 21:18:05 2019 -0700 |
tree | a2485f6d4de48cead07e28a80681aaca085d2229 | |
parent | 4fd1105c7054e03f54847e6e2fc778fce011dd62 [diff] |
Support QUIC Client connection IDs This CL is almost exclusively plumbing client connection IDs through the stack now that previous CLs handled the behavior changes. It also adds tests for the new behavior at each layer. gfe-relnote: support client connection IDs, protected by quic_do_not_override_connection_id PiperOrigin-RevId: 251599233 Change-Id: I7cda028f8aa56e6da451b6d86877fd0f84d93531
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.