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