Let QuicTestClient wait for all pending ACKs to be flushed in WaitForResponseMs, such that server can avoid unnecessary retransmissions in tests.

PiperOrigin-RevId: 314721238
Change-Id: I52f77afb82c75715afdf5e78d52ffb678714ed93
4 files changed
tree: 9d7264f25ae1a170d8d0c87ff930bb3cfd0aa270
  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.