gfe-relnote: (n/a) Always handle MSG_TOO_BIG when sending buffered packets. Protected by existing --gfe2_reloadable_flag_quic_treat_queued_packets_as_sent.

Currently this code is protected by both 'treat_queued_packets_as_sent' and 'mtu_discovery_v2', removing the latter is fine because the former will not be verified until the week after the next.

PiperOrigin-RevId: 275084849
Change-Id: Id460685b2beef5bb77c8a3d98047e4725f249ed7
1 file changed
tree: 33980f46566cbf2b4319159f33598dc1058232a2
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.