Skip to content

Instantly share code, notes, and snippets.

@userid
Last active December 30, 2016 06:57
Show Gist options
  • Select an option

  • Save userid/76139d4f7bb47c89538fb9ba6599f08d to your computer and use it in GitHub Desktop.

Select an option

Save userid/76139d4f7bb47c89538fb9ba6599f08d to your computer and use it in GitHub Desktop.

新的内核:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc1/

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc1/linux-image-4.10.0-041000rc1-generic_4.10.0-041000rc1.201612252031_i386.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc1/linux-image-4.10.0-041000rc1-generic_4.10.0-041000rc1.201612252031_amd64.deb

sysctl: (default:net.ipv4.tcp_congestion_control = cubic, net.core.default_qdisc = pfifo_fast)

sudo sysctl -w net.core.default_qdisc=fq
sudo sysctl -w net.ipv4.tcp_congestion_control=bbr

  
sysctl net.ipv4.tcp_available_congestion_control

modinfo tcp_bbr
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment