Function pea2pea::connect_nodes

source ·
pub async fn connect_nodes<T: Pea2Pea>(
    nodes: &[T],
    topology: Topology
) -> Result<()>
Expand description

Connects the provided list of nodes in order to form the given Topology.