gfe-relnote: For QUIC BBRv2, always count the number of loss marking events in a round and only exit PROBE_UP if that number is above a threshold. Protected by --gfe2_reloadable_flag_quic_bbr2_always_count_loss_events.

The loss event threshold for exiting PROBE_UP is controlled by protocol flag --quic_bbr2_default_probe_bw_full_loss_count, with a default value of 2.

PiperOrigin-RevId: 289924952
Change-Id: Ia7779b1c80302affec2fcfd98d6cdf8e48ce38dd
5 files changed
tree: 6551183b7b56de413a715717a89c303d6ebb1a6c
  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.