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

net/tcp: reset the dupack counter. #13051

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

liqinhuixm
Copy link
Contributor

Summary

After setting the retransmission flag, we need to set the dupack counter to 0.

Impact

N/A

Testing

Locally verified.

Copy link
Contributor

@jerpelea jerpelea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a commit message

After setting the retransmission flag, we need to set the dupack counter to 0.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
@liqinhuixm
Copy link
Contributor Author

@jerpelea Done

@xiaoxiang781216 xiaoxiang781216 merged commit bf78bf1 into apache:master Aug 20, 2024
28 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.

5 participants