更新 DNS sysctl 参数

This commit is contained in:
CallMeR
2024-10-29 14:01:39 +08:00
parent 26fa0b0c10
commit f664975bcc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -187,8 +187,8 @@ $ 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_codel net.core.default_qdisc = fq_pie
net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_congestion_control = cubic
# Other adjustable system parameters # Other adjustable system parameters
+2 -2
View File
@@ -4,8 +4,8 @@
kernel.panic = 20 kernel.panic = 20
kernel.panic_on_oops = 1 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.tcp_congestion_control = cubic
# Other adjustable system parameters # Other adjustable system parameters