Split QuicEndpoint into QuicEndpoint and QuicEndpointBase.

QuicEndpointBase handles network I/O integration, while QuicEndpoint handles writing test data into the session.  This allows running custom sessions with meaningful semantics using the QUIC simulator.

gfe-relnote: n/a (test-only change)
PiperOrigin-RevId: 276154770
Change-Id: Iff8778578cb484182fd28ea51d263a636651b943
5 files changed
tree: 65e6318204d339b56726f89755336da1f8147583
  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.