pub fn actual_coverage<'a, P>(topo: &Topology, peers: P) -> f64where
    P: Iterator<Item = &'a Arq<DhtLocation>>,
Expand description

The actual coverage provided by these peers. Assumes that this is the entire view of the DHT, all peers are accounted for here.