YuruC3 ef535fa2df Reorder, categorise and clean up. Also now there
is a somewhat usefull readme.
2025-05-09 22:12:19 +02:00

15 lines
401 B
Plaintext

# for less then 75k flows per second
net.core.netdev_max_backlog=4096
net.core.rmem_default=262144
net.core.rmem_max=67108864
net.ipv4.udp_rmem_min=131072
net.ipv4.udp_mem=2097152 4194304 8388608
# for more than 75k flows per second
#net.core.netdev_max_backlog=8192
#net.core.rmem_default=262144
#net.core.rmem_max=134217728
#net.ipv4.udp_rmem_min=131072
#net.ipv4.udp_mem=4194304 8388608 16777216