Constant MAX_UDP_PAYLOAD_IPV6
pub const MAX_UDP_PAYLOAD_IPV6: usize = 65_527; // 65_527usizeAvailable on crate features
std and udp only.Expand description
Largest UDP payload representable by ordinary IPv6 without jumbograms.
This is an implementation ceiling, not a path MTU.