Fix a bug in BBRv2 bw_lo experimental modes where the second ACK would cause the pacing rate to suddenly drop.  Also limits reduction of bandwidth_lo to 30% in a single round at the end of a round.

Protected by quic_reloadable_flag_quic_bbr2_fix_bw_lo_mode.

PiperOrigin-RevId: 366875020
Change-Id: If1ae0d5fbdbd0770c2b4d1a219de2fd64e83e0b0
4 files changed
tree: c8e249929383d94a3b9be7d7fb1b1f1f9bf467cc
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.