From cc8f8719696a2d754e9b3199183c1f1f42ab09c2 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 6 Apr 2025 02:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=201.sh=20=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=20sysctl=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BB=A5=E4=BD=BF=E7=94=A8=20fq=5Fcodel=20=E8=B0=83=E5=BA=A6?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.sh b/1.sh index 646d004..65d60ad 100644 --- a/1.sh +++ b/1.sh @@ -48,8 +48,8 @@ sysctl_config() { SYSCTL_SETTINGS=( "net.core.rmem_max=16777216" "net.core.wmem_max=16777216" - # "net.core.default_qdisc=fq_codel" - "net.core.default_qdisc=fq" + "net.core.default_qdisc=fq_codel" + # "net.core.default_qdisc=fq" "net.ipv4.tcp_congestion_control=bbr" "net.ipv4.tcp_slow_start_after_idle=0" "net.ipv4.tcp_notsent_lowat=16384"