mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
more debugging
This commit is contained in:
parent
1720dff476
commit
02f0611dde
3 changed files with 33 additions and 7 deletions
|
@ -233,6 +233,7 @@ 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