pub type PeerIndex = usize;Expand description
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.