Skip to content

Instantly share code, notes, and snippets.

@sendya
Last active June 15, 2022 03:22
Show Gist options
  • Save sendya/36c2558b0a9d2b6c07a5c28f2c54e308 to your computer and use it in GitHub Desktop.
Save sendya/36c2558b0a9d2b6c07a5c28f2c54e308 to your computer and use it in GitHub Desktop.
ArchLinux Kernel4.13 enable BBR
$ 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