pub fn check_redundancy(peers: Vec<DhtArc>) -> u32
Expand description

Check a set of peers the actual redundancy across all peers. This can tell if there is bad distribution. Note this function is only used for verification in tests at this time.