mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
AES/ElGamal tags per local destination
This commit is contained in:
@@ -288,7 +288,7 @@ namespace tunnel
|
||||
return tunnel;
|
||||
}
|
||||
|
||||
TunnelPool * Tunnels::CreateTunnelPool (i2p::data::LocalDestination& localDestination, int numHops)
|
||||
TunnelPool * Tunnels::CreateTunnelPool (i2p::garlic::GarlicDestination& localDestination, int numHops)
|
||||
{
|
||||
auto pool = new TunnelPool (localDestination, numHops);
|
||||
std::unique_lock<std::mutex> l(m_PoolsMutex);
|
||||
|
||||
Reference in New Issue
Block a user