Create a helper that wraps a competing QuicEndpoint for Quartc simulator tests.

This helper owns a QuicEndpoint and a QuicAlarm, and schedules sends of X bytes
every Y ms on that endpoint.  This is the basic operation we want from competing
flows, and simplifies test cases that use competing flows by removing all the
boilerplate of setting up and maintaining alarms.

gfe-relnote: n/a (quartc test only)
PiperOrigin-RevId: 246907891
Change-Id: I23d9b65d5c97c3e5863f7f323935dae9f55a2a3a
3 files changed
tree: 3f5690fd03b73347b8705e8512819c2a8c577ffd
  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.