pub const MIN_UDP_PACKET_SIZE: usize = 2;
Smallest datagram that can carry anything meaningful (a type byte plus at least one payload byte). REF: references/mumble/src/murmur/Server.cpp : the UDPTunnel branch drops len < 2.
UDPTunnel
len < 2