pub fn actual_coverage<'a, P>(topo: &Topology, peers: P) -> f64
where P: Iterator<Item = &'a Arq>,
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.