更新 DNS 服务器流控算法

This commit is contained in:
CallMeR
2024-07-19 12:37:05 +08:00
parent 921bd8bb31
commit b0beb5177f
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_on_oops = 1
net.core.default_qdisc = fq
net.core.default_qdisc = fq_pie
net.ipv4.tcp_congestion_control = bbr
# Other adjustable system parameters
+1 -1
View File
@@ -4,7 +4,7 @@
kernel.panic = 20
kernel.panic_on_oops = 1
net.core.default_qdisc = fq
net.core.default_qdisc = fq_pie
net.ipv4.tcp_congestion_control = bbr
# Other adjustable system parameters