Skip to content

Instantly share code, notes, and snippets.

@BFDZ
Created June 2, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFDZ/10e44185146cece488d4afa6d7af9abe to your computer and use it in GitHub Desktop.
Save BFDZ/10e44185146cece488d4afa6d7af9abe to your computer and use it in GitHub Desktop.
bbr.sh
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
lsmod | grep bbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment