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

Enable BBR by default for speed improvement #1624

Closed
frankozland opened this issue Jul 19, 2024 · 3 comments
Closed

Enable BBR by default for speed improvement #1624

frankozland opened this issue Jul 19, 2024 · 3 comments

Comments

@frankozland
Copy link

Is your feature request related to a problem?

Default TCP scheduler in Rasperry pi is pfifo_fast. this is great for edge use case of single user process space.
RaspAP is more of a router type use case.

Describe the solution you'd like

On install -

sysctl net.core.default_qdisc=fq
sysctl net.ipv4.tcp_congestion_control=bbr
sysctl -p

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

https://www.slideshare.net/slideshow/tcp-and-bbr/89242607#30
image

@frankozland
Copy link
Author

let me run a few more tests

@billz
Copy link
Member

billz commented Aug 3, 2024

Nice idea, I'd like to see the results of your tests. Thanks for the suggestion

@billz
Copy link
Member

billz commented Aug 18, 2024

@frankozland this option will be available in the next general release. thanks!

@billz billz closed this as completed Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants