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:
parent
743672263e
commit
e781082dbb
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ net.ipv4.tcp_fastopen = 3
|
|||
# TCP receive buffer
|
||||
net.ipv4.tcp_rmem = 4096 87380 134217728
|
||||
# TCP write buffer
|
||||
net.ipv4.tcp_wmem = 4096 87380 134217728
|
||||
net.ipv4.tcp_wmem = 4096 65536 134217728
|
||||
# TCP buffer
|
||||
##net.ipv4.tcp_mem = 25600 87380 102400
|
||||
net.ipv4.tcp_mem = 134217728 134277728 134217728
|
||||
# turn off path MTU discovery
|
||||
net.ipv4.tcp_mtu_probing = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue