swap intro

pull/23/head
Jeff 6 years ago
parent 608768628a
commit 07871827d0

@ -830,8 +830,6 @@ namespace llarp
{
if(latency >= m_MinPathLatency)
{
// rebuild path next tick
// llarp_logic_queue_job(RouterLogic(), {this, &HandlePathDead});
}
return false;
}
@ -1163,6 +1161,10 @@ namespace llarp
lastShift = now;
BuildOneAlignedTo(m_NextIntro.router);
}
else if(shiftedIntro)
{
SwapIntros();
}
return shiftedIntro;
}

Loading…
Cancel
Save