MIN_UDP_PACKET_SIZE

Constant MIN_UDP_PACKET_SIZE 

Source
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: references/mumble/src/murmur/Server.cpp : the UDPTunnel branch drops len < 2.