Lease enddate threshold

This commit is contained in:
orignal 2016-02-11 22:18:24 -05:00
parent ee8ab58d64
commit 517385fb63
2 changed files with 9 additions and 2 deletions

View file

@ -17,6 +17,7 @@ namespace tunnel
namespace data
{
const int LEASE_ENDDATE_THRESHOLD = 9500; // in milliseconds
struct Lease
{
IdentHash tunnelGateway;