Skip to main content

PeerNumber

Type Alias PeerNumber 

Source
pub type PeerNumber = u16;
Expand description

Arbitrary numerical identifier for peers running a circuit. Chosen by the circuit constructor. Allows assymetric behaviour in protocols / circuits.

WARNING: This does not (necessarily) match the PeerId ordering!