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.