Skip to content
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

Loss detection fencepost error #305

Open
michael-eriksson opened this issue Sep 26, 2024 · 0 comments
Open

Loss detection fencepost error #305

michael-eriksson opened this issue Sep 26, 2024 · 0 comments

Comments

@michael-eriksson
Copy link

There seems (to me) to be a fencepost error in the discussion about Setting the Reordering Threshold value. I think that the Reordering Threshold value should be set to the same value as RFC 9000's kPacketThreshold.

Example: Loss detection with kPacketThreshold set to 3 would perfectly catch the reported missing packets in the Table 1 example. Please check the pseudocode in A.10 of RFC 9002, where the condition for declaring a packet as lost is:

largest_acked_packet (5) >= unacked.packet_number (2) + kPacketThreshold (3)

See also the quicdev Slack message: https://quicdev.slack.com/archives/CTDAH4H71/p1725959899164449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant