更新 DNS 服务器流控算法

This commit is contained in:
CallMeR
2024-07-22 17:12:01 +08:00
parent b0beb5177f
commit 21af285be9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ $ sudo nvim /etc/sysctl.d/99-sysctl.conf
kernel.panic = 20 kernel.panic = 20
kernel.panic_on_oops = 1 kernel.panic_on_oops = 1
net.core.default_qdisc = fq_pie net.core.default_qdisc = fq_codel
net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_congestion_control = bbr
# Other adjustable system parameters # Other adjustable system parameters
+1 -1
View File
@@ -4,7 +4,7 @@
kernel.panic = 20 kernel.panic = 20
kernel.panic_on_oops = 1 kernel.panic_on_oops = 1
net.core.default_qdisc = fq_pie net.core.default_qdisc = fq_codel
net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_congestion_control = bbr
# Other adjustable system parameters # Other adjustable system parameters