From ab0113e53fd3722cf902d830adf09e091da1358a Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Sun, 5 Sep 2021 13:11:26 +0000 Subject: [PATCH] TunnelPool: uncomment ECIES tunnel peer selection --- libi2pd/TunnelPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/TunnelPool.cpp b/libi2pd/TunnelPool.cpp index 447449c9..d89daf27 100644 --- a/libi2pd/TunnelPool.cpp +++ b/libi2pd/TunnelPool.cpp @@ -469,7 +469,7 @@ namespace tunnel { LogPrint (eLogInfo, "Tunnels: No suitable peer found for first hop, trying existing connections"); hop = i2p::transport::transports.GetRandomPeer (); - //if (!hop->IsECIES ()) hop = nullptr; + if (!hop->IsECIES ()) hop = nullptr; } if (!hop) {