Type Alias PeerConnections

Source
pub type PeerConnections = Arc<Mutex<HashMap<String, Connection>>>;
Expand description

PeerConnections stores the iroh connections for every peer.

when a connection is broken, etc., we remove the connection from the map.

Aliased Typeยง

struct PeerConnections { /* private fields */ }