commit | b3241165f4242a5fe2eed0ceb169334d043af1d0 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Mon Jun 10 17:59:37 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 11 11:35:45 2019 -0700 |
tree | bc21b89b802745f725dc7b39d302ae28f5b5b89f | |
parent | 4ea2ddf41250c415a96a8195da4c3ca06ecebcd8 [diff] |
Save large connection IDs on the heap The IETF will soon increase the maximum size of connection IDs, this change allows us to scale that by placing large ones on the heap. gfe-relnote: change representation of connection IDs, protected by quic_use_allocated_connection_ids PiperOrigin-RevId: 252524833 Change-Id: Ia98aee46adebbe6f5f3df2a4c0062a54a22e2d0d
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.