Skip to main content

MAX_PREFIX_LENGTH

Constant MAX_PREFIX_LENGTH 

Source
pub const MAX_PREFIX_LENGTH: usize = 30;
Expand description

Per-fork prefix length cap. Longer paths are split into chained nodes with prefixes ≤ MAX_PREFIX_LENGTH each.