In quic, add a connection option to disable blackhole detection on both sides. not used yet. not protected.

Disable blackhole detection for those e2e tests with high losses, because they are testing loss recovery.

PiperOrigin-RevId: 318881605
Change-Id: I28eb9fb3717efeb9c93b56ba460376fa1c584df2
3 files changed
tree: 000918241a9ee31cbac23266fd237992c137ca5d
  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.