fix some chord dht bootstrapping bugs, no known cases where it now fails

This commit is contained in:
Arceliar 2018-10-24 22:03:27 -05:00
parent 253861ebd3
commit c0531627bc
4 changed files with 65 additions and 34 deletions

View file

@ -300,6 +300,7 @@ func pingNodes(store map[[32]byte]*Node) {
}
case <-ch:
sendTo(payload, destAddr)
//dumpDHTSize(store) // note that this uses racey functions to read things...
}
}
ticker.Stop()