Move the call to AdaptLowerBounds so it's called on every congestion event.  It already exits early if it's not the end of the round, so this is not a functional change.  In preparation for cr/305164640

PiperOrigin-RevId: 347382095
Change-Id: I28c336a713d14254a004e9af1620aef1dfd88000
1 file changed
tree: 15373a268c627974a7acfb496db97b938454d7df
  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.