packet_formats::icmp::ndp::options

Constant MIN_NONCE_LENGTH

Source
pub const MIN_NONCE_LENGTH: usize = 6;
Expand description

Minimum number of bytes in a Nonce option, excluding the kind and length bytes.

See RFC 3971 section 5.3.2 for more information.