This commit is contained in:
root 2018-08-26 03:28:31 +00:00
parent a2c86731ce
commit 05e16591cb

3
enableBBROnNewKernel.sh Normal file
View File

@ -0,0 +1,3 @@
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p