bugfix: p2p route problem

This commit is contained in:
KusakabeSi 2021-09-21 12:48:50 +00:00
parent 29b53884ba
commit 33b0b5f055

View File

@ -128,7 +128,6 @@ func (g *IG) RecalculateNhTable(checkchange bool) (changed bool) {
}
}
g.dlTable, g.nhTable = dist, next
g.NhTableExpire = time.Now().Add(g.NodeReportTimeout)
g.RecalculateTime = time.Now()
}
return