mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
check presense of introducers in SSU2 address
This commit is contained in:
@@ -561,7 +561,7 @@ namespace transport
|
||||
}
|
||||
peer.numAttempts++;
|
||||
}
|
||||
if (address && address->published)
|
||||
if (address && address->IsReachableSSU ())
|
||||
{
|
||||
if (m_SSU2Server->CreateSession (peer.router, address))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user