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

[delivery rate estimator] fix handling of dupack #566

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Nov 11, 2023

When dupack is received, quicly_ratemeter_on_ack is called with pn=UINT64_MAX. That causes incorrect closure of the cc-limited phase, leading to drops of samples.

…invoked with pn=UINT64_MAX, causing incorrect closure of the cc-limited phase. This PR address the issue.
@kazuho kazuho merged commit 70034e5 into master Nov 11, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant