expiring status for tunnels

This commit is contained in:
orignal 2014-08-26 10:31:32 -04:00
parent 7aacae30eb
commit 72d52d61bc
3 changed files with 13 additions and 4 deletions

View file

@ -19,7 +19,6 @@ namespace tunnel
class InboundTunnel;
class OutboundTunnel;
const int TUNNEL_EXPIRATION_THRESHOLD = 60; // 1 minute
class TunnelPool // per local destination
{
public: