mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
make SSU2 server eligible for peer test
This commit is contained in:
parent
a5a35b1fa6
commit
a1e414c3b7
@ -630,7 +630,7 @@ namespace transport
|
||||
|
||||
void Transports::PeerTest (bool ipv4, bool ipv6)
|
||||
{
|
||||
if (RoutesRestricted() || !m_SSUServer) return;
|
||||
if (RoutesRestricted() || (!m_SSUServer && !m_SSU2Server)) return;
|
||||
if (ipv4 && i2p::context.SupportsV4 ())
|
||||
{
|
||||
LogPrint (eLogInfo, "Transports: Started peer test IPv4");
|
||||
|
Loading…
Reference in New Issue
Block a user