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
1 file changed
tree: a8358d7241992415bb43a2bc444f97ab25605ab8
  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.