mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Set UDP buffer default value
This commit is contained in:
parent
89bd189478
commit
58da52f743
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ net.ipv4.tcp_rmem = 4096 87380 134217728
|
|||
# TCP write buffer
|
||||
net.ipv4.tcp_wmem = 4096 65536 134217728
|
||||
# TCP buffer
|
||||
net.ipv4.tcp_mem = 134217728 134277728 134217728
|
||||
net.ipv4.tcp_mem = 134217728 134217728 134217728
|
||||
# UDP buffer
|
||||
net.ipv4.udp_mem = 134217728 134217728 134217728
|
||||
# turn off path MTU discovery
|
||||
net.ipv4.tcp_mtu_probing = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue