mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
try to lookup other introducers' routers if found out doesn't have applicable addresses
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user