gfe-relnote: Add an EACK QUIC connection option to bundle a retransmittable frame with an ACK frame if the RTO or PTO timers have already fired.

This is expected to slightly reduce the number of TOO_MANY_RTOs server-side and recover faster from temporary network blackholes, such as NAT timeouts.

PiperOrigin-RevId: 294103126
Change-Id: I027aba540636ae4958c6615587d3dc85d70a2674
4 files changed
tree: cb1b0ac9cbb12276ac7d95f5dd92203dae325326
  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.