5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

debugging

This commit is contained in:
Arceliar 2020-05-27 19:35:19 -05:00
parent 905c28f7b2
commit 8775075c18

View File

@ -528,7 +528,7 @@ func (t *switchTable) _handleMsg(msg *switchMsg, fromPort switchPort, reprocessi
t.parent = sender.port
defer t.core.peers.sendSwitchMsgs(t)
}
if doUpdate {
if true || doUpdate {
defer t._updateTable()
}
return