更新 DNS sysctl 参数

This commit is contained in:
CallMeR
2024-11-02 15:37:49 +08:00
parent f664975bcc
commit 1166516576
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 = cubic net.ipv4.tcp_congestion_control = cubic
# 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 = cubic net.ipv4.tcp_congestion_control = cubic
# Other adjustable system parameters # Other adjustable system parameters