For QUIC BBRv2 STARTUP, factor out two pre-conditions to check bandwidth growth and losses: !full_bandwidth_reached_ && congestion_event.end_of_round_trip.

The goal is to make cl/336154008 cleaner and easier to review.

PiperOrigin-RevId: 336558917
Change-Id: Ie03bab3f895035e6803eac43f4b684611f9ff140
2 files changed
tree: 238285860a0b305a37af281894622df3670421a2
  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.