-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Begin implementing QUIC / QUIC TP Parameters #4614
Begin implementing QUIC / QUIC TP Parameters #4614
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4614 +/- ##
==========================================
- Coverage 81.38% 78.73% -2.66%
==========================================
Files 359 335 -24
Lines 86029 80950 -5079
==========================================
- Hits 70017 63735 -6282
- Misses 16012 17215 +1203
|
Cool PR. Sorry for the delay. To give some context, I have a PoC implementation of the structures in rfc9000 that I need to push, and I was thinking we could merge some parts regarding the variable int fields. Sorry, currently in holidays and don't have access to it right now, but I'll make sure to get back to it as soon as I come back. Thanks |
f198822
to
d929826
Compare
505d2d3
to
610d01b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the giant delay. I've tweaked the PR a bit and added some of my notes.
Thanks again for the PR !
Thanks! |
Checklist:
cd test && ./run_tests
ortox
)This PR is NOT an implementation of QUIC. Instead, it adds the QUIC transport parameters as a TLS exntension, which has an extension type of 57(0x39)