commit | d0dbb546bbd671af3b20bc447db2d4fea2fb1b62 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Mon May 06 15:22:17 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 07 07:21:02 2019 -0700 |
tree | 3f5690fd03b73347b8705e8512819c2a8c577ffd | |
parent | b023c7b8b5fbb02c0117d76f8ba1a09c8d157f69 [diff] |
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
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.