[][src]Constant libp2prs_kad::ALPHA_VALUE

pub const ALPHA_VALUE: NonZeroUsize;

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.