更新默认队列调度算法为 fq_codel
This commit is contained in:
2
1.sh
2
1.sh
@ -27,7 +27,7 @@ sysctl_config() {
|
||||
SYSCTL_SETTINGS=(
|
||||
"net.core.rmem_max=16777216"
|
||||
"net.core.wmem_max=16777216"
|
||||
"net.core.default_qdisc=fq"
|
||||
"net.core.default_qdisc=fq_codel"
|
||||
"net.ipv4.tcp_congestion_control=bbr"
|
||||
"net.ipv4.tcp_slow_start_after_idle=0"
|
||||
"net.ipv4.tcp_notsent_lowat=16384"
|
||||
|
Reference in New Issue
Block a user