gfe-relnote: For better experimentation, add QUIC connection option ELDT to enable loss detection tuning. No behavior change, not protected.

Loss detection tuning is only enabled if ELDT is set and SetLossDetectionTuner is called. GFE does not call SetLossDetectionTuner, so it has no behavior change.

PiperOrigin-RevId: 305263247
Change-Id: If65144a52f4f483303877a6ffede37e4e2ea22b6
7 files changed
tree: 143a1209afb3e7ef73951a3ee2aeb1ec8e0b7d7a
  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.