In quic, record the max consecutive retransmission timeout before making forward progress. stats only change, not protected.

This number will be recorded in TCS on server side, and will be used to populate histogram on client side.

PiperOrigin-RevId: 312123618
Change-Id: I5cd34b2d1559305b2825f6997bc4d7a5c4e2faf8
3 files changed
tree: c23397d6f2623e42c2fb32abe813314f765c55ca
  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.