gfe-relnote: (n/a) In PacketNumberIndexedQueue::RemoveUpTo, cleanup unused slots in the front before return. No behavior change, not protected.

This only changes when to cleanup leading unused slots in the queue, from the caller's perspective, the content of the queue stays the same.

PiperOrigin-RevId: 295958238
Change-Id: I2dd30f18d5da1a20c58317e4d6a120dc45c99be7
2 files changed
tree: 805f4cee6f966496bd18ec2b2bff8e700d6ab1a4
  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.