From b671b7d8e3b41488368232d830ff2ff67ff1df8f Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 9 Mar 2025 23:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E9=98=9F?= =?UTF-8?q?=E5=88=97=E8=B0=83=E5=BA=A6=E7=AE=97=E6=B3=95=E4=B8=BA=20fq=5Fc?= =?UTF-8?q?odel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.sh b/1.sh index 48a26ce..e6f8034 100644 --- a/1.sh +++ b/1.sh @@ -27,7 +27,7 @@ sysctl_config() { SYSCTL_SETTINGS=( "net.core.rmem_max=16777216" "net.core.wmem_max=16777216" - "net.core.default_qdisc=fq" + "net.core.default_qdisc=fq_codel" "net.ipv4.tcp_congestion_control=bbr" "net.ipv4.tcp_slow_start_after_idle=0" "net.ipv4.tcp_notsent_lowat=16384"