Constant reth_discv5::DEFAULT_MIN_TARGET_KBUCKET_INDEX

source ยท
pub const DEFAULT_MIN_TARGET_KBUCKET_INDEX: usize = 0;
Expand description

Default lowest kbucket index to attempt filling, in periodic look up query to populate kbuckets.

The peer at the 0th kbucket index is at log2distance 1 from the local node ID. See https://github.com/sigp/discv5/blob/e9e0d4f93ec35591832a9a8d937b4161127da87b/src/kbucket.rs#L586-L587.

Default is 0th index.