mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
check presense of introducers in SSU2 address
This commit is contained in:
parent
9db7ec6bb0
commit
e970deb92b
3 changed files with 9 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue