mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Set default UDP buffer
This commit is contained in:
parent
4dfa9613ac
commit
8bb96f4342
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ net.ipv4.tcp_max_tw_buckets = 10000
|
|||
net.ipv4.tcp_fastopen = 3
|
||||
# TCP buffer
|
||||
net.ipv4.tcp_mem = 134217728 134277728 134217728
|
||||
# UDP buffer
|
||||
net.ipv4.udp_mem = 134217728 134277728 134217728
|
||||
# TCP receive buffer
|
||||
net.ipv4.tcp_rmem = 4096 87380 134217728
|
||||
# TCP write buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue