Allow variable length connection IDs for unsupported versions This solves an IETF interop issue where other implementation were failing to trigger version negotiation with a destination connection ID length > 8. gfe-relnote: allow using QUIC version negotiation with custom connection ID lengths, protected by gfe2_restart_flag_quic_allow_variable_length_connection_id_for_negotiation PiperOrigin-RevId: 247647676 Change-Id: I5709072f50264f6f207c8e8689d0ed5dd5f6a712
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.