From dabc0382d19ebf59626060510c329d1f2051926b Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 26 Jul 2019 13:58:33 +0800 Subject: [PATCH] add --- bbr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbr.sh b/bbr.sh index be7f954..fe0693a 100644 --- a/bbr.sh +++ b/bbr.sh @@ -16,4 +16,4 @@ echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf #重启服务器 -reboot \ No newline at end of file +reboot