MAX_MSG_ABSOLUTE

Constant MAX_MSG_ABSOLUTE 

Source
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