Type Definition snarkos_network::inbound::inbound::Channels[][src]

type Channels = HashMap<SocketAddr, Arc<ConnWriter>>;
Expand description

The map of remote addresses to their active writers.