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

Fix detection of sudden congestion #1672

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Fix detection of sudden congestion #1672

merged 2 commits into from
Apr 15, 2024

Conversation

huitema
Copy link
Collaborator

@huitema huitema commented Apr 14, 2024

The BBR code was detecting a sudden onset of congestion if the RTT jumped to 3 times the min RTT while in "ProbeBW" mode, but it was only taking action is the connection was not marked as "app limited". This is probably wrong, because the building of large queues only happens if the application sends more data than the pipe can forward, so it is de facto limited. Fixing that results in much lower peak latency in the "bandwidth going down" tests.

@huitema huitema merged commit 3e3f946 into master Apr 15, 2024
11 checks passed
@huitema huitema deleted the media-test-down branch June 5, 2024 19:13
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.

1 participant