peer test

This commit is contained in:
orignal 2014-04-07 19:28:06 -04:00
parent 9f8f91a2ee
commit 03a5059617
3 changed files with 19 additions and 13 deletions

View file

@ -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)
{