correct ecrypted LS2 layout

This commit is contained in:
orignal 2019-04-09 10:34:05 -04:00
parent 76e222079a
commit 5d69bb7383
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ namespace data
IdentHash tunnelGateway;
uint32_t tunnelID;
uint64_t endDate; // 0 means invalid
bool isUpdated; // transient
bool isUpdated; // trasient
/* return true if this lease expires within t millisecond + fudge factor */
bool ExpiresWithin( const uint64_t t, const uint64_t fudge = 1000 ) const {
auto expire = i2p::util::GetMillisecondsSinceEpoch ();