1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2018-08-21 05:56:30 +00:00
parent 4dfa9613ac
commit 8bb96f4342

View file

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