commit | 6c84c1403f6ad1288b1e95158eedaef54b60763d | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Wed Jul 31 09:11:49 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 02 06:17:59 2019 -0700 |
tree | 14e365936beac1bb4606433b29242b175357dabc | |
parent | 9a423766520634519e75a6f492b09d1b83ea3654 [diff] |
Introduce IsConnectionIdLengthValidForVersion This CL is part of a larger change to allow the new connection ID invariants. It adds a new method QuicUtils::IsConnectionIdLengthValidForVersion() whose goal will be to replace uses of kQuicMaxConnectionIdLength in the codebase. This CL also plumbs the QUIC version to the TLS transport parameter parse/serialize code so it can call IsConnectionIdLengthValidForVersion. I suspect the transport parameter code will eventually need the version anyway as we create more QUIC versions that support TLS. gfe-relnote: refactor, protected by disabled quic_enable_v47 flag. PiperOrigin-RevId: 260938227 Change-Id: I590f7117de2b245044469e6dcdcca6f503c7a625
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.