Home
last modified time | relevance | path

Searched refs:m_ExploratoryPool (Results 1 – 2 of 2) sorted by relevance

/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DTunnel.h210 std::shared_ptr<TunnelPool> GetExploratoryPool () const { return m_ExploratoryPool; }; in GetExploratoryPool()
265 std::shared_ptr<TunnelPool> m_ExploratoryPool; variable
H A DTunnel.cpp780 if (!m_ExploratoryPool) in ManageInboundTunnels()
786 m_ExploratoryPool = CreateTunnelPool (ibLen, obLen, ibNum, obNum); in ManageInboundTunnels()
787 m_ExploratoryPool->SetLocalDestination (i2p::context.GetSharedDestination ()); in ManageInboundTunnels()