Add functions to enable/disable QuartcPeer and obtain the last sequence numbers
sent by each of its sources.

These functions allow a test to stop sending and drain network traffic before
closing the connection, by disabling both peers and waiting until each receives
the sequence number last sent by the other.

Note that this might not work perfectly on lossy networks, as the last message
may be dropped.  In this case, draining should use a timeout.  For example, the
receiver may stop waiting based if it does not receive any frames for an RTT.

gfe-relnote: n/a (Quartc test-only)
PiperOrigin-RevId: 243880014
Change-Id: I17eb39fe9db65138094be885ba2330936dbeac4e
5 files changed
tree: 756dc8e65cb9d7a4c0d86f3e8575f0296ea35ff0
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.