diff options
Diffstat (limited to 'node/Constants.hpp')
| -rw-r--r-- | node/Constants.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 620f9b0d..8a8c70f2 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -387,12 +387,12 @@ /** * How often to broadcast beacons over physical local LANs */ -#define ZT_BEACON_INTERVAL ZT_PEER_DIRECT_PING_DELAY +#define ZT_BEACON_INTERVAL 30000 /** * Do not respond to any beacon more often than this */ -#define ZT_MIN_BEACON_RESPONSE_INTERVAL (ZT_BEACON_INTERVAL / 64) +#define ZT_MIN_BEACON_RESPONSE_INTERVAL (ZT_BEACON_INTERVAL / 32) /** * Minimum interval between attempts to do a software update |
