Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created December 12, 2018 08:40
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 assafmo/fc7bae049178985b01cb6b234df4226d to your computer and use it in GitHub Desktop.
Save assafmo/fc7bae049178985b01cb6b234df4226d to your computer and use it in GitHub Desktop.
set BBR for TCP
# put in /etc/sysctl.conf
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