commit | e8d7fa7f6d944a8144585ace7a028f444deef721 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Fri Apr 05 14:44:40 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 05 14:45:06 2019 -0700 |
tree | 9efc08266a32432639124f473da33a2df46244fb | |
parent | 07cc9389a43dc4391ff46d49ec8c4555ec07bc64 [diff] |
Increase maximum size of allowed incoming packets and remove incorrect QUIC_BUG The current code would trigger a QUIC_BUG if we received a packet over 1452 bytes long. This CL increases that limit to 1472 and makes sure we fail gracefully by dropping the packet with error QUIC_PACKET_TOO_LARGE instead of triggering a QUIC_BUG. gfe-relnote: minor change to handling of large packets (which we do not send), not flag protected PiperOrigin-RevId: 242197597 Change-Id: Ia42288b44f3e26e0e28ab60485da9e0b570f2048
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.