gfe-relnote: Default-initialize some QUIC BBRv2 parameters from flags. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2.

This allows us to try different probe_bw cycle lengths and probe_rtt frequencies.

PiperOrigin-RevId: 261923384
Change-Id: I4345e62d22e2e62ade2f8dd843d4ac00279892c0
2 files changed
tree: 3854e3fc0748a57a816b95570608b7592f8b6652
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.