Allow quic_client to override connection ID lengths

This'll help us debug interop issues with other implementations that use different connection ID lengths.

Tools-only change

PiperOrigin-RevId: 310983301
Change-Id: Ic30aed247e8999a7189a4783048e6ec821942aff
3 files changed
tree: 42916ed2292df9b746f3dccf0d530d2957012acc
  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.