mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
[peertest] fixed ssu2 router exclusion
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
fdeb884fe5
commit
991e37d0bf
1 changed files with 14 additions and 14 deletions
|
@ -721,12 +721,12 @@ namespace transport
|
||||||
if (i2p::context.GetStatusV6 () != eRouterStatusTesting)
|
if (i2p::context.GetStatusV6 () != eRouterStatusTesting)
|
||||||
i2p::context.SetStatusV6SSU2 (eRouterStatusTesting);
|
i2p::context.SetStatusV6SSU2 (eRouterStatusTesting);
|
||||||
m_SSU2Server->StartPeerTest (router, false);
|
m_SSU2Server->StartPeerTest (router, false);
|
||||||
}
|
|
||||||
excluded.insert (router->GetIdentHash ());
|
excluded.insert (router->GetIdentHash ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
std::shared_ptr<i2p::crypto::X25519Keys> Transports::GetNextX25519KeysPair ()
|
std::shared_ptr<i2p::crypto::X25519Keys> Transports::GetNextX25519KeysPair ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue