From f125936b2e62e0d293d22e53c57e56333bde938c Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 26 Jun 2024 08:53:04 -0400 Subject: [PATCH] try to lookup other introducers' routers if found out doesn't have applicable addresses --- libi2pd/SSU2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libi2pd/SSU2.cpp b/libi2pd/SSU2.cpp index 41707b15..d19131c4 100644 --- a/libi2pd/SSU2.cpp +++ b/libi2pd/SSU2.cpp @@ -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);