mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25: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
|
@ -233,7 +233,6 @@ func (c *Core) DEBUG_getDHTSize() int {
|
|||
c.router.doAdmin(func() {
|
||||
total = len(c.dht.table)
|
||||
})
|
||||
fmt.Println("DEBUG_getDHTSize():", total)
|
||||
return total
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue