From bfde1b9ce6e0dbf17ace39d81685e4ac58d6423d Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 26 Jul 2019 14:04:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbr.sh b/bbr.sh index fe0693a..84dd8ac 100644 --- a/bbr.sh +++ b/bbr.sh @@ -15,5 +15,7 @@ grub2-set-default 0 echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf +#清理工作 +rm -rf RPM-GPG-KEY-elrepo.org bbr.sh #重启服务器 reboot