try to lookup other introducers' routers if found out doesn't have applicable addresses

openssl
orignal 5 days ago
parent 697d831441
commit f125936b2e

@ -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…
Cancel
Save