mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
peer test
This commit is contained in:
@@ -270,7 +270,7 @@ namespace i2p
|
||||
{
|
||||
auto router = i2p::data::netdb.GetRandomRouter ();
|
||||
if (router && router->IsSSU () && m_SSUServer)
|
||||
m_SSUServer->GetSession (router);
|
||||
m_SSUServer->GetSession (router, true); // peer test
|
||||
}
|
||||
if (m_Timer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user