Skip to main content

Module identifiers

Module identifiers 

Source

Re-exports§

pub use faulty_peer::FaultyPeer;
pub use peer_id::PeerId;
pub use protocol_info::ProtocolInfo;
pub use session_id::SessionId;

Modules§

faulty_peer
peer_id
protocol_info
session_id

Type Aliases§

PeerIndex
Local numerical identifier for other peers in my cluster. Stems from the lexicographic ordering of all the peer ids in the network. Used to index arrays containing elements (e.g., keys) for all other peer numbers in order.
PeerNumber
Arbitrary numerical identifier for peers running a circuit. Chosen by the circuit constructor. Allows assymetric behaviour in protocols / circuits.