Skip to content

Instantly share code, notes, and snippets.

@4xx
Created February 9, 2017 01:51
Show Gist options
  • Select an option

  • Save 4xx/a1ee9df0b75f412dfa34406fb543be31 to your computer and use it in GitHub Desktop.

Select an option

Save 4xx/a1ee9df0b75f412dfa34406fb543be31 to your computer and use it in GitHub Desktop.
Arch Linux 配置 Kernel4.9 BBR
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