mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't run peer test for SSU2 through proxy
This commit is contained in:
parent
0e477bf938
commit
016222463d
2 changed files with 3 additions and 2 deletions
|
@ -665,7 +665,7 @@ namespace transport
|
|||
LogPrint (eLogWarning, "Transports: Can't find routers for peer test IPv4");
|
||||
}
|
||||
// SSU2
|
||||
if (m_SSU2Server)
|
||||
if (m_SSU2Server && !m_SSU2Server->UsesProxy ())
|
||||
{
|
||||
excluded.clear ();
|
||||
excluded.insert (i2p::context.GetIdentHash ());
|
||||
|
@ -714,7 +714,7 @@ namespace transport
|
|||
}
|
||||
|
||||
// SSU2
|
||||
if (m_SSU2Server)
|
||||
if (m_SSU2Server && !m_SSU2Server->UsesProxy ())
|
||||
{
|
||||
excluded.clear ();
|
||||
excluded.insert (i2p::context.GetIdentHash ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue