// How often to check for local interface addresses
#define ZT_LOCAL_INTERFACE_CHECK_INTERVAL 60000
// Clean files from iddb.d that are older than this (60 days)
#define ZT_IDDB_CLEANUP_AGE 5184000000ULL
namespaceZeroTier{
namespace{
@ -826,6 +829,7 @@ public:
uint64_tlastBindRefresh=0;
uint64_tlastUpdateCheck=clockShouldBe;
uint64_tlastLocalInterfaceAddressCheck=(clockShouldBe-ZT_LOCAL_INTERFACE_CHECK_INTERVAL)+15000;// do this in 15s to give portmapper time to configure and other things time to settle