mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
more tcp debugging
This commit is contained in:
parent
63feed8dc3
commit
bcfeb22915
3 changed files with 29 additions and 14 deletions
|
@ -93,7 +93,7 @@ func (r *router) mainLoop() {
|
|||
// Any periodic maintenance stuff goes here
|
||||
r.core.switchTable.doMaintenance()
|
||||
r.core.dht.doMaintenance()
|
||||
//r.core.peers.fixSwitchAfterPeerDisconnect() // FIXME makes sure dht peers get added quickly
|
||||
//r.core.peers.sendSwitchMsgs() // FIXME debugging
|
||||
util_getBytes() // To slowly drain things
|
||||
}
|
||||
case f := <-r.admin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue