MAX_UDP_PACKET_SIZE

Constant MAX_UDP_PACKET_SIZE 

Source
pub const MAX_UDP_PACKET_SIZE: usize = 1024;
Expand description

Largest voice datagram the server accepts, in bytes.

REF: references/mumble/src/MumbleProtocol.h : MAX_UDP_PACKET_SIZE = 1024. The real server drops tunnelled audio below 2 bytes or above this, so matching it keeps both ingress paths on the same rule.