Disallow invalid connection ID lengths in QUIC prober

Since we now follow the IETF spec and drop incoming packets with initial destination connection IDs shorter than 8 bytes, our prober API should not be able to generate them.

I've verified that all our callers use this API with a connection ID of length 8 so this change will not impact them.

gfe-relnote: client-only, not flag protected
PiperOrigin-RevId: 258691619
Change-Id: Ic2689216eae314efce8cab8275f93d4417d13d53
2 files changed
tree: 7fb6ca32624c47eb09261f5f4f2ce961753c33ae
  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.