mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
find ipv6 intrioducer session
This commit is contained in:
parent
060e30d283
commit
01e591b261
@ -771,7 +771,7 @@ namespace transport
|
|||||||
if (numIntroducers < SSU_MAX_NUM_INTRODUCERS)
|
if (numIntroducers < SSU_MAX_NUM_INTRODUCERS)
|
||||||
{
|
{
|
||||||
// create new
|
// create new
|
||||||
auto sessions = FindIntroducers (SSU_MAX_NUM_INTRODUCERS, true);
|
auto sessions = FindIntroducers (SSU_MAX_NUM_INTRODUCERS, v4);
|
||||||
for (const auto& it1: sessions)
|
for (const auto& it1: sessions)
|
||||||
{
|
{
|
||||||
const auto& ep = it1->GetRemoteEndpoint ();
|
const auto& ep = it1->GetRemoteEndpoint ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user