Add a QUIC_BUG to ensure that whenever an ACK cannot be written, the writer is write blocked.  Protected by existing flag gfe2_reloadable_flag_quic_use_uber_loss_algorithm.

gfe-relnote: n/a (Add a QUIC_BUG)
PiperOrigin-RevId: 239981503
Change-Id: Ic53a7e7ff8abecc9284edd6b9a6acb5b335dbb4d
1 file changed
tree: 2d6e844a2c0dbe7ac405e46a6ca6f6d5e43d1292
  1. http2/
  2. quic/
  3. spdy/
  4. CONTRIBUTING.md
  5. LICENSE
  6. 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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.