Last active
June 15, 2022 03:22
-
-
Save sendya/36c2558b0a9d2b6c07a5c28f2c54e308 to your computer and use it in GitHub Desktop.
ArchLinux Kernel4.13 enable BBR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ su | |
$ echo "net.core.default_qdisc=fq" >> /etc/sysctl.d/bbr.conf | |
$ echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.d/bbr.conf | |
$ sysctl -p | |
$ sysctl net.ipv4.tcp_available_congestion_control | |
$ sysctl net.ipv4.tcp_congestion_control | |
$ reboot | |
$ lsmod | grep bbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment