From 1edfd2c06f38018a613afe8e03cd144d4a53434f Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 28 Apr 2025 23:34:33 +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=20qdisc=20=E5=8F=82=E6=95=B0?= 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 93ba8ac..1d47127 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -201,7 +201,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 = fq_pie 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 31611eb..2740a5b 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 = fq_pie net.ipv4.tcp_congestion_control = bbr net.ipv4.ip_forward = 1