Last active
July 21, 2018 08:48
-
-
Save Senorsen/419d7233d2435bac8ef2d57d5bf2e2dd to your computer and use it in GitHub Desktop.
Enable TCP BBR in Linux 4.9.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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