Disable sending min_ack_delay in transport parameters on the client side. It is a no-op for google service and not flag protected.

Apparently, non-Google servers might react to this parameter and therefore it should be sent by default until it is fully tested.

PiperOrigin-RevId: 325226780
Change-Id: Id35c9862a1afcf8c94dce5ec8c2bf4617977890f
2 files changed
tree: ff43883305e7f1f02ac70bcff96b7af3ee78abb1
  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.