gfe-relnote: (n/a) Add QuicCircularDeque to third_party/quic/core. Code not used yet.

The implementation is based on Chromium's circular_deque(http://shortn/_RLFU0Zrxza), the backing type of Chromium's QuicDeque. The new class can be used by all existing uses of QuicDeque except the one in PacketNumberQueue.

PiperOrigin-RevId: 278627694
Change-Id: If52cd23cd38c173b14ccefad57b86c4bcf405392
2 files changed
tree: 23482b4ad66d96484012c40da11aac8e99aa418c
  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.