-
Notifications
You must be signed in to change notification settings - Fork 541
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
Updated ACK_FREQUENCY according to draft-ietf-quic-ack-frequency-10 #4670
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4670 +/- ##
==========================================
- Coverage 87.27% 85.76% -1.52%
==========================================
Files 56 56
Lines 17361 17384 +23
==========================================
- Hits 15152 14909 -243
- Misses 2209 2475 +266 ☔ View full report in Codecov by Sentry. |
Looks like CLOG needs to be updated again. |
|
Description
This PR updates the ACK_FREQUENCY frame to the latest draft. A new reordering threshold is added which indicates the maximum number of packets that can be out of order before an immediate acknowledgment (ACK) is triggered.
Testing
New Unit test cases have been added to test the reordering threshold logic.
Documentation
No