When switch from QUIC BBR to BBRv2, use BBR's cwnd as the initial cwnd of BBRv2.

Protected by quic_reloadable_flag_quic_copy_bbr_cwnd_to_bbr2.

PiperOrigin-RevId: 330988495
Change-Id: I101432ec8e685a27f310f39ab4aaab98779de420
2 files changed
tree: 84518e6918c54150495a1362d1746479ee27235e
  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.