Constant libp2p_kad::ALPHA_VALUE[][src]

pub const ALPHA_VALUE: NonZeroUsize;
Expand description

The α parameter of the Kademlia specification.

This parameter determines the default parallelism for iterative queries, i.e. the allowed number of in-flight requests that an iterative query is waiting for at a particular time while it continues to make progress towards locating the closest peers to a key.

The current value is 3.