mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
peer test
This commit is contained in:
parent
9f8f91a2ee
commit
03a5059617
3 changed files with 19 additions and 13 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue