mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Lease enddate threshold
This commit is contained in:
parent
ee8ab58d64
commit
517385fb63
2 changed files with 9 additions and 2 deletions
|
@ -17,6 +17,7 @@ namespace tunnel
|
|||
|
||||
namespace data
|
||||
{
|
||||
const int LEASE_ENDDATE_THRESHOLD = 9500; // in milliseconds
|
||||
struct Lease
|
||||
{
|
||||
IdentHash tunnelGateway;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue