更新系统默认 qdisc

This commit is contained in:
CallMeR
2023-09-10 16:32:42 +08:00
parent ae5b3e1e82
commit 5ed5ac768b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,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_codel net.core.default_qdisc = fq
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_codel net.core.default_qdisc = fq
net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_congestion_control = bbr
# Other adjustable system parameters # Other adjustable system parameters