From 921bd8bb31dd1adcdcbab1001a5ead9d4f4e9313 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Fri, 19 Jul 2024 12:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TS=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E6=B5=81=E6=8E=A7=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07.PVE制作TS服务器.md | 2 +- src/debian/debian_ts_99_sysctl.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index ac5f584..7815f73 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -178,7 +178,7 @@ $ sudo nvim /etc/sysctl.d/99-sysctl.conf kernel.panic = 20 kernel.panic_on_oops = 1 -net.core.default_qdisc = fq_codel +net.core.default_qdisc = cake net.ipv4.tcp_congestion_control = bbr net.ipv4.ip_forward = 1 diff --git a/src/debian/debian_ts_99_sysctl.conf b/src/debian/debian_ts_99_sysctl.conf index 9607229..5fc0970 100644 --- a/src/debian/debian_ts_99_sysctl.conf +++ b/src/debian/debian_ts_99_sysctl.conf @@ -4,7 +4,7 @@ kernel.panic = 20 kernel.panic_on_oops = 1 -net.core.default_qdisc = fq_codel +net.core.default_qdisc = cake net.ipv4.tcp_congestion_control = bbr net.ipv4.ip_forward = 1