From 42e0359d03a7b8fc0ddf9874c6c32e2f3d3ac077 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 8 Jan 2025 12:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E6=A0=B8=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 1 + 07.PVE制作TS服务器.md | 1 + src/debian/debian_dns_99_sysctl.conf | 1 + src/debian/debian_ts_99_sysctl.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index f4cc283..af63577 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -229,6 +229,7 @@ net.ipv4.conf.all.log_martians = 1 net.ipv4.igmp_max_memberships = 256 net.ipv4.tcp_challenge_ack_limit = 1000 +net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 120 net.ipv4.tcp_notsent_lowat = 131072 diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 9ee637d..461fc29 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -244,6 +244,7 @@ net.ipv4.route.redirect_load = 2 net.ipv4.route.redirect_silence = 2048 net.ipv4.tcp_challenge_ack_limit = 1000 +net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 120 net.ipv4.tcp_notsent_lowat = 131072 diff --git a/src/debian/debian_dns_99_sysctl.conf b/src/debian/debian_dns_99_sysctl.conf index bfbbbbb..cdcc020 100644 --- a/src/debian/debian_dns_99_sysctl.conf +++ b/src/debian/debian_dns_99_sysctl.conf @@ -21,6 +21,7 @@ net.ipv4.conf.all.log_martians = 1 net.ipv4.igmp_max_memberships = 256 net.ipv4.tcp_challenge_ack_limit = 1000 +net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 120 net.ipv4.tcp_notsent_lowat = 131072 diff --git a/src/debian/debian_ts_99_sysctl.conf b/src/debian/debian_ts_99_sysctl.conf index 81c16e1..35d2e64 100644 --- a/src/debian/debian_ts_99_sysctl.conf +++ b/src/debian/debian_ts_99_sysctl.conf @@ -45,6 +45,7 @@ net.ipv4.route.redirect_load = 2 net.ipv4.route.redirect_silence = 2048 net.ipv4.tcp_challenge_ack_limit = 1000 +net.ipv4.tcp_fastopen = 3 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepalive_time = 120 net.ipv4.tcp_notsent_lowat = 131072