In QUIC, increase anti_amplifcation_factor from 5 to 10 to verify it is responsible for ALTERNATE_PROTOCOL_USAGE_LOST_RACE issue.

Also add a COPT to set anti_amplifcation_factor to 3.

PiperOrigin-RevId: 328194652
Change-Id: Ia99ec5268af7a62bebd4f6546dea4953fca63b0e
4 files changed
tree: 01d24c2970036399d5f5539319540617151239a6
  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.