unreachable mode

This commit is contained in:
orignal 2014-09-08 16:43:20 -04:00
parent 44751955cc
commit fc50b24809
5 changed files with 32 additions and 4 deletions

View file

@ -905,6 +905,8 @@ namespace ssu
m_IsRunning = true;
m_Thread = new std::thread (std::bind (&SSUServer::Run, this));
m_Service.post (boost::bind (&SSUServer::Receive, this));
if (i2p::context.IsUnreachable ())
ScheduleIntroducersUpdateTimer ();
}
void SSUServer::Stop ()