Skip to content

Instantly share code, notes, and snippets.

@groundcat
Created January 12, 2026 08:39
Show Gist options
  • Select an option

  • Save groundcat/b415f9c3d4bc7508e35cbf5ee4eeccde to your computer and use it in GitHub Desktop.

Select an option

Save groundcat/b415f9c3d4bc7508e35cbf5ee4eeccde to your computer and use it in GitHub Desktop.
enable bbr
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