mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Update omr-admin, don't add TCP congestion control on kernel 6.1, remove 9000 MTU
This commit is contained in:
parent
0ad22072a7
commit
e9fd4192dc
3 changed files with 55 additions and 50 deletions
|
|
@ -47,7 +47,7 @@ net.ipv4.tcp_wmem = 4096 65536 33554432
|
|||
net.ipv4.tcp_mtu_probing = 0
|
||||
|
||||
# for low-latency network, use cubic instead
|
||||
net.ipv4.tcp_congestion_control = cubic
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
net.core.default_qdisc = fq
|
||||
# Default conntrack is too small
|
||||
net.netfilter.nf_conntrack_max = 524288
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue