mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 19:46:05 +00:00
fix some chord dht bootstrapping bugs, no known cases where it now fails
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user