Constant MAX_OPTION_BODY_LENGTH
pub const MAX_OPTION_BODY_LENGTH: u16 = 2038; // 2_038u16
Expand description
The maximum possible length in bytes of an NDP option body (excluding the type and length bytes).
pub const MAX_OPTION_BODY_LENGTH: u16 = 2038; // 2_038u16
The maximum possible length in bytes of an NDP option body (excluding the type and length bytes).