Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. This CL replaces checks for QUIC_VERSION_99 that are controlling the IETF frames and their associated functionality with a function call . The function has a name that is indicative of the features for which the version is being checked -- VersionHasIetfQuicFrames(). gfe-relnote: N/A just changes the text by which we test if IETF QUIC has been negotiated. PiperOrigin-RevId: 253767805 Change-Id: I08ae6738411ac151f90d5d085ea69af90d79fb80
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.