mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-27 21:55:07 +03:00
fix some chord dht bootstrapping bugs, no known cases where it now fails
This commit is contained in:
parent
253861ebd3
commit
c0531627bc
4 changed files with 65 additions and 34 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue