Skip to content

Increase kernel buffers for UDP

Suggested sysctl.conf parameters for better handling of UDP packets:

net.core.rmem_max=26214400 // BDP - bandwidth delay product
net.core.rmem_default=26214400
net.core.wmem_max=26214400
net.core.wmem_default=26214400
net.core.netdev_max_backlog=2048 // proportional to -rcvwnd

useful pointers:

Edited by Kali Kaneko
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information