In QUIC BBRv2, support NetworkParams.max_initial_congestion_window when bootstrapping cwnd.

This makes BBRv2 behave the same w.r.t NetworkParams.max_initial_congestion_window.

Protected by FLAGS_quic_reloadable_flag_quic_bbr2_support_max_bootstrap_cwnd.

PiperOrigin-RevId: 336959204
Change-Id: I888f067c6c0dcb3eaaa1b9191a83dd7ec16344c0
3 files changed
tree: 10377d9810f8fc03e5cacaaa4b138b3f13bc8c9a
  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.