1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add again tcp_mem sysctl

This commit is contained in:
Ycarus 2018-07-27 08:57:10 +02:00
parent 743672263e
commit e781082dbb

View file

@ -35,9 +35,9 @@ net.ipv4.tcp_fastopen = 3
# TCP receive buffer # TCP receive buffer
net.ipv4.tcp_rmem = 4096 87380 134217728 net.ipv4.tcp_rmem = 4096 87380 134217728
# TCP write buffer # TCP write buffer
net.ipv4.tcp_wmem = 4096 87380 134217728 net.ipv4.tcp_wmem = 4096 65536 134217728
# TCP buffer # TCP buffer
##net.ipv4.tcp_mem = 25600 87380 102400 net.ipv4.tcp_mem = 134217728 134277728 134217728
# turn off path MTU discovery # turn off path MTU discovery
net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_mtu_probing = 0