For BBRv2,
- Change the default STARTUP and DRAIN cwnd gain to 2.0.
- Change the meaning of BBQ2 to use 2.885 cwnd gain for STARTUP and DRAIN.

Flag is default true since cwnd gain 2.0 has been tried in a finch experiment for a long time.

Protected by FLAGS_quic_reloadable_flag_quic_bbr2_flip_bbq2.

PiperOrigin-RevId: 336296878
Change-Id: I8e14586fe92313c0418d03ea5f4ffae610e2ece1
4 files changed
tree: 86d95f333434ec73134808e394fe212035b5ed9b
  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.