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

Account for probe size limits before coalescing #2046

Merged
merged 2 commits into from
Nov 17, 2024
Merged

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented Nov 16, 2024

Fixes another bug found in #2020.

When a datagram is a loss probe, it must be at most 1200 bytes. This limit must be accounted for before we judge whether there's enough space to coalesce another packet.

When a datagram is a loss probe, it must be at most 1200 bytes. This
limit must be accounted for before we judge whether there's enough
space to coalesce another packet.
@Ralith Ralith force-pushed the fix-coalescing-with-probe branch from 0b61f8c to 1a73783 Compare November 16, 2024 21:29
@Ralith Ralith changed the title Fix coalescing with probe @Ralith Account for probe size limits before coalescing Nov 16, 2024
@Ralith Ralith changed the title @Ralith Account for probe size limits before coalescing Account for probe size limits before coalescing Nov 16, 2024
@Ralith Ralith added this pull request to the merge queue Nov 17, 2024
Merged via the queue into main with commit 5619b15 Nov 17, 2024
16 checks passed
@Ralith Ralith deleted the fix-coalescing-with-probe branch November 17, 2024 05:36
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