1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-09-01 07:19:07 +00:00
parent 0ad22072a7
commit e9fd4192dc
3 changed files with 55 additions and 50 deletions

View file

@ -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