udp_wmem_min

file: /proc/sys/net/ipv4/udp_wmem_min
variable: net.ipv4.udp_wmem_min
Official reference

Minimal size of send buffer used by UDP sockets in moderation. Each UDP socket is able to use the size for sending data, even if total pages of UDP sockets exceed udp_mem pressure. The unit is byte. Default: 1 page

source