mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
unreachable mode
This commit is contained in:
parent
44751955cc
commit
fc50b24809
5 changed files with 32 additions and 4 deletions
2
SSU.cpp
2
SSU.cpp
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue