mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
try to lookup other introducers' routers if found out doesn't have applicable addresses
This commit is contained in:
parent
697d831441
commit
f125936b2e
1 changed files with 3 additions and 0 deletions
|
@ -839,9 +839,12 @@ namespace transport
|
||||||
// all addresses are invalid, try next introducer
|
// all addresses are invalid, try next introducer
|
||||||
relayTag = 0;
|
relayTag = 0;
|
||||||
addr = nullptr;
|
addr = nullptr;
|
||||||
|
r = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
r = nullptr;
|
||||||
}
|
}
|
||||||
else if (!i2p::data::IsRouterBanned (introducer.iH))
|
else if (!i2p::data::IsRouterBanned (introducer.iH))
|
||||||
newRouters.push_back (introducer.iH);
|
newRouters.push_back (introducer.iH);
|
||||||
|
|
Loading…
Add table
Reference in a new issue