-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use a struct containing an array to represent Connection IDs #3529
Conversation
8301222
to
da3eb77
Compare
Codecov ReportBase: 85.66% // Head: 85.66% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3529 +/- ##
==========================================
- Coverage 85.66% 85.66% -0.00%
==========================================
Files 137 137
Lines 10029 10070 +41
==========================================
+ Hits 8591 8626 +35
- Misses 1063 1067 +4
- Partials 375 377 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
429d4d6
to
dd941d6
Compare
RFC 8999 allows Connection IDs of up to 255 bytes. Current QUIC versions only use up to 20 bytes.
dd941d6
to
d885974
Compare
Connection IDs can now be compared with ==.
d885974
to
4cbb4f8
Compare
Fixes #3527. Depends on #3528.