mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
TunnelPool: uncomment ECIES tunnel peer selection
This commit is contained in:
parent
2caffa56e8
commit
ab0113e53f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue