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

enableBBR silently fails if the kernel module was not properly loaded #350

Open
mattmathis opened this issue Feb 22, 2022 · 0 comments
Open

Comments

@mattmathis
Copy link

Rather than making this fatal, consider 1) making sure that the actual congestion control is plumbed through to a.CongestionControl; 2) monitor CC statistics and 3) implementing #313 at the same time.

  1. should probably be implemented with a syscall if at all possible. Beware that the BBRinfo selector is overloaded, so non BBR TCP might report nonsense (rather than a error).

Deferring 2) is no worse than our present state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant