commit | 4820ae995a75c87fb2cd493f49c471e888595ff1 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri May 03 15:39:57 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 03 16:21:23 2019 -0700 |
tree | a8358d7241992415bb43a2bc444f97ab25605ab8 | |
parent | 5de87051f54ddaa1a78783edbda5f0bf473023b4 [diff] |
Replace random delay test case with a competing flow case in QuartcBidiTest. This test case runs for 15 seconds normally, then introduces a competing flow that transfers a burst of 50 kb of data in each direction. Per-packet random delay isn't very realistic. A burst of competing traffic is a much more realistic scenario for testing how well the Quartc transport responds to an unpredictable change in delay. For example, the user might make an HTTP request and load a web page while streaming media. A couple of ideas for future competing flow tests include persistent competition or multiple small bursts that occur throughout the test. gfe-relnote: n/a (test only) PiperOrigin-RevId: 246586456 Change-Id: I50d090135e2193c17c7249904a4a996be43f3f00
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.