re-shedule introducers updates if router becomes firewalled

This commit is contained in:
orignal 2021-03-04 15:55:51 -05:00
parent 065cfe3b9d
commit e70ffc9d7c
3 changed files with 26 additions and 4 deletions

View file

@ -999,7 +999,10 @@ namespace transport
{
LogPrint (eLogDebug, "SSU: peer test from Bob. We are Alice");
if (i2p::context.GetStatus () == eRouterStatusTesting) // still not OK
{
i2p::context.SetStatus (eRouterStatusFirewalled);
m_Server.RescheduleIntroducersUpdateTimer ();
}
}
else
{