Constant message_io::adapters::udp::MAX_LOCAL_PAYLOAD_LEN[][src]

pub const MAX_LOCAL_PAYLOAD_LEN: usize = 65535 - 20 - 8; // 0x0000_0000_0000_ffe3usize
Expand description

Similar to MAX_INTERNET_PAYLOAD_LEN but for localhost instead of internet. Localhost can handle a bigger MTU.