Reduce number of packets sent by ROWP

This CL changes our default ROWP behavior to start the exponential backoff after 10 packets instead of 200, and also adds a connection-lifetime cap on ROWP to disable ROWP after 1000 ROWPs have been sent.

PiperOrigin-RevId: 338078574
Change-Id: If025717bf5b509c6bbbfb3dec34a928dfdeec7d5
3 files changed
tree: 664a1c1530ed4ecb8045db491e0a8f68923e6fd7
  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. QUICHE is only supported on little-endian platforms.