Add QuicDatagramQueue, a time-bound queue for outgoing QUIC DATAGRAM frames

This solves the problem outlined in https://github.com/WICG/web-transport/issues/93#issuecomment-569120267

The plan is to use this in QuicTransport and QBONE.

gfe-relnote: n/a (code not currently used)
PiperOrigin-RevId: 288024608
Change-Id: I1d414ceb82ab1f34e64cf7af84da836f080e3b8a
3 files changed
tree: 194487c7fc648cb21137341d81d2b6785ebd2439
  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.