Constant sn_routing::RECOMMENDED_SECTION_SIZE[][src]

pub const RECOMMENDED_SECTION_SIZE: usize = 10;

Recommended section size. sn_routing will keep adding nodes until the section reaches this size. More nodes might be added if requested by the upper layers. This number also detemines when split happens - if both post-split sections would have at least this number of nodes.