misc dht and tree changes to stabilize coords and bootstrap the dht faster

This commit is contained in:
Arceliar 2018-05-15 23:57:00 -05:00
parent 96c55da987
commit 8228242eed
4 changed files with 57 additions and 27 deletions

View file

@ -80,7 +80,7 @@ func (r *router) mainLoop() {
r.core.dht.insertIfNew(info, true)
case <-r.reset:
r.core.sessions.resetInits()
r.core.dht.resetPeers()
r.core.dht.reset()
case <-ticker.C:
{
// Any periodic maintenance stuff goes here