1
0
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:
orignal 2021-04-21 09:55:36 -04:00
parent 060e30d283
commit 01e591b261

View File

@ -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 ();