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

Improve behavior when only one peer sends ACK-eliciting packets #1761

Merged
merged 5 commits into from
Feb 29, 2024
Merged

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented Feb 19, 2024

Fixes #1760, #1756.

quinn-proto/src/connection/spaces.rs Show resolved Hide resolved
quinn-proto/src/connection/mod.rs Outdated Show resolved Hide resolved
@Ralith
Copy link
Collaborator Author

Ralith commented Feb 19, 2024

Added a test for the sender-side behavior that should prevent future regressions, seeing as we've already inadvertently broken this once.

@Ralith Ralith enabled auto-merge (rebase) February 29, 2024 18:36
@Ralith Ralith merged commit 9611c5e into main Feb 29, 2024
8 checks passed
@Ralith Ralith deleted the lazy-ack branch February 29, 2024 19:09
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.

ACKs should be sent unilaterally when the number of unacknowledged packets is large
2 participants