Browse Source

find ipv6 intrioducer session

pull/1656/head
orignal 3 years ago
parent
commit
01e591b261
  1. 2
      libi2pd/SSU.cpp

2
libi2pd/SSU.cpp

@ -771,7 +771,7 @@ namespace transport @@ -771,7 +771,7 @@ namespace transport
if (numIntroducers < SSU_MAX_NUM_INTRODUCERS)
{
// create new
auto sessions = FindIntroducers (SSU_MAX_NUM_INTRODUCERS, true);
auto sessions = FindIntroducers (SSU_MAX_NUM_INTRODUCERS, v4);
for (const auto& it1: sessions)
{
const auto& ep = it1->GetRemoteEndpoint ();

Loading…
Cancel
Save