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

Prevent sending redundant deferred utp acks #7057

Merged
merged 1 commit into from Sep 8, 2022
Merged

Prevent sending redundant deferred utp acks #7057

merged 1 commit into from Sep 8, 2022

Conversation

thrnz
Copy link
Contributor

@thrnz thrnz commented Sep 8, 2022

After deferring an ack, its possible that we might still send a packet out before the socket is drained leaving the queued up ack redundant. This change adds a check to see if its still needed before sending it out.

See #6935

@arvidn arvidn merged commit 6b60e26 into arvidn:RC_2_0 Sep 8, 2022
@thrnz thrnz deleted the defer-ack branch October 21, 2022 20:01
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.

None yet

2 participants