Skip to content

Instantly share code, notes, and snippets.

@rodricels
Created October 15, 2017 22:09
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 rodricels/ecdd746fc0274ac3df6ffdfa441aa1cb to your computer and use it in GitHub Desktop.
Save rodricels/ecdd746fc0274ac3df6ffdfa441aa1cb to your computer and use it in GitHub Desktop.
TCP BBR congestion
# Only in Linux kernel >= 4.9.0 (Debian 9)
# Add to /etc/sysctl.d/10-bbr.conf or append to sysctl.conf
# https://www.cyberciti.biz/cloud-computing/increase-your-linux-server-internet-speed-with-tcp-bbr-congestion-control/
# TCP BBR
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment