pub const MAX_MSG_ABSOLUTE: usize = 8972;Expand description
Max size of UDP datagram payload.
It is calculated as: 9000 bytes - IP header 20 bytes - UDP header 8 bytes. Reference: RFC6762 section 17
pub const MAX_MSG_ABSOLUTE: usize = 8972;Max size of UDP datagram payload.
It is calculated as: 9000 bytes - IP header 20 bytes - UDP header 8 bytes. Reference: RFC6762 section 17