Skip to content

Instantly share code, notes, and snippets.

@Senorsen
Last active July 21, 2018 08:48
Show Gist options
  • Save Senorsen/419d7233d2435bac8ef2d57d5bf2e2dd to your computer and use it in GitHub Desktop.
Save Senorsen/419d7233d2435bac8ef2d57d5bf2e2dd to your computer and use it in GitHub Desktop.
Enable TCP BBR in Linux 4.9.0
# Only in Linux >= 4.9.0
# Append to sysctl.conf
# 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