gfe-relnote: Stop registering ephemeral QBONE streams in the blocked
list. Not flag protected, no functional change other than to reduce
memory pressure.

Prior to this change, we'd register every QBONE read-only and
write-only stream. This takes up memory and CPU, and for no good
reason: we'd rather drop than retransmit the packet if we're blocked.

Instead, stop doing this entirely.

PiperOrigin-RevId: 263245440
Change-Id: Id3b83cbf3788e744e317d9d959fa0d7eca0f8e41
1 file changed
tree: 9fc86919c3af378fc61f13bc1815b2fe53a4046b
  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.

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.