Skip to content

Instantly share code, notes, and snippets.

@nickfox-taterli
Created October 13, 2020 06:34
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 nickfox-taterli/9a5753d198dae2760855ca31ffb10ad0 to your computer and use it in GitHub Desktop.
Save nickfox-taterli/9a5753d198dae2760855ca31ffb10ad0 to your computer and use it in GitHub Desktop.
简单开启BBR
sudo bash -c 'echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf'
sudo bash -c 'echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf'
sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment