mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-13 14:06:28 +00:00
more debugging
This commit is contained in:
@ -92,6 +92,7 @@ func (r *router) mainLoop() {
|
||||
r.sendPacket(p)
|
||||
case info := <-r.core.dht.peers:
|
||||
r.core.dht.insert(info)
|
||||
info.throttle = 0
|
||||
case <-r.reset:
|
||||
r.core.sessions.resetInits()
|
||||
r.core.dht.reset()
|
||||
|
Reference in New Issue
Block a user