commit | 66dea072431f94095dfc3dd2743cb94ef365f7ef | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Apr 09 11:41:06 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 09 11:41:41 2019 -0700 |
tree | 36a88508e0fecf465a4e6eedff451918070394e0 | |
parent | 306b53faffacc0f0f93fdf0279a00196a529a13c [diff] |
Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize As part of cl/242197597, QUIC now has separate values for maximum incoming and outgoing packet sizes. This CL renames the constant to be clearer. gfe-relnote: constant rename, no functional impact PiperOrigin-RevId: 242708648 Change-Id: I3f440ba44b9c12394026116aaecdd2c166cc63b6
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.