referrerpolicy=no-referrer-when-downgrade

MAX_SEGMENT_LEN

Constant MAX_SEGMENT_LEN 

Source
pub const MAX_SEGMENT_LEN: u32 = 32; // 32u32
Expand description

Hard upper bound on AdvertiseSegment::candidates. The bound is enforced by SCALE decoding via BoundedVec, so oversized advertisements are rejected at parse time without allocation.