mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
changed minimal exploratory interval to 55 seconds. added variance
This commit is contained in:
parent
a1eac6f28e
commit
034332a0ef
2 changed files with 13 additions and 9 deletions
|
@ -48,6 +48,8 @@ namespace data
|
|||
const int NETDB_MAX_EXPIRATION_TIMEOUT = 27 * 60 * 60; // 27 hours
|
||||
const int NETDB_MAX_OFFLINE_EXPIRATION_TIMEOUT = 180; // in days
|
||||
const int NETDB_EXPIRATION_TIMEOUT_THRESHOLD = 2*60; // 2 minutes
|
||||
const int NETDB_EXPLORATORY_INTERVAL = 55; // in seconds
|
||||
const int NETDB_EXPLORATORY_INTERVAL_VARIANCE = 170; // in seconds
|
||||
const int NETDB_MIN_HIGHBANDWIDTH_VERSION = MAKE_VERSION_NUMBER(0, 9, 51); // 0.9.51
|
||||
const int NETDB_MIN_FLOODFILL_VERSION = MAKE_VERSION_NUMBER(0, 9, 51); // 0.9.51
|
||||
const int NETDB_MIN_SHORT_TUNNEL_BUILD_VERSION = MAKE_VERSION_NUMBER(0, 9, 51); // 0.9.51
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue