mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +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
|
||||
relayTag = 0;
|
||||
addr = nullptr;
|
||||
r = nullptr;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
r = nullptr;
|
||||
}
|
||||
else if (!i2p::data::IsRouterBanned (introducer.iH))
|
||||
newRouters.push_back (introducer.iH);
|
||||
|
|
Loading…
Add table
Reference in a new issue