3-hops tunnels for tunnel pool

This commit is contained in:
orignal 2014-03-14 21:22:59 -04:00
parent b47d7aceaa
commit 26c5f6cd77
4 changed files with 15 additions and 24 deletions

View file

@ -25,8 +25,8 @@ namespace tunnel
void CreateTunnels ();
void TunnelCreated (InboundTunnel * createdTunnel);
void TunnelExpired (InboundTunnel * expiredTunnel);
std::vector<InboundTunnel *> GetInboundTunnels (int num) const;
void ManageTunnels ();
private: