Browse Source

[peertest] fixed ssu2 router exclusion

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1786/head
R4SAS 2 years ago
parent
commit
991e37d0bf
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      libi2pd/Transports.cpp

2
libi2pd/Transports.cpp

@ -721,12 +721,12 @@ namespace transport @@ -721,12 +721,12 @@ namespace transport
if (i2p::context.GetStatusV6 () != eRouterStatusTesting)
i2p::context.SetStatusV6SSU2 (eRouterStatusTesting);
m_SSU2Server->StartPeerTest (router, false);
}
excluded.insert (router->GetIdentHash ());
}
}
}
}
}
std::shared_ptr<i2p::crypto::X25519Keys> Transports::GetNextX25519KeysPair ()
{

Loading…
Cancel
Save