MAX_SOCKET_PAYLOAD

Constant MAX_SOCKET_PAYLOAD 

Source
pub const MAX_SOCKET_PAYLOAD: usize = _; // 65_527usize
Expand description

Largest datagram payload (65535 - UDP header). Caps host allocation across address families; the OS rejects oversize packets.