Created
February 9, 2017 01:51
-
-
Save 4xx/a1ee9df0b75f412dfa34406fb543be31 to your computer and use it in GitHub Desktop.
Arch Linux 配置 Kernel4.9 BBR
This file contains hidden or 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
| Source: https://xing-zhi-love.com/index.php/440.html | |
| # su | |
| # echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf | |
| # echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.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