Constant sn_routing::RECOMMENDED_SECTION_SIZE[][src]

pub const RECOMMENDED_SECTION_SIZE: usize = 2 * ELDER_SIZE; // 0_x00_000_00eusize

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.