pub const DEFAULT_KADEMLIA_REPLICATION_FACTOR: usize = 20; // 20usize
Expand description

Default value for Kademlia replication factor which determines to how many closest peers a record is replicated to.