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

[HSDEV-10125] twcc incorrectly reporting lost packets #15

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

jzahtz
Copy link
Collaborator

@jzahtz jzahtz commented Jul 7, 2024

The last chunk can contain less than 7/14 packets. Therefore, the total results should be capped with the amount of packets reported in the feedback report and not based on the chunk data. If there is a small amount of packets being reported in a feedback report (4), then, we will end of having 3/7 considered as lost! Therefore, we must cap the results to the total packets the client sent in the feedback report.

@jzahtz jzahtz requested review from erivni and shlompy July 7, 2024 09:08
@jzahtz jzahtz merged commit 52b3a49 into v0.1.17_hyperscale Jul 7, 2024
2 of 10 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.

2 participants