mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 13:33:07 +00:00
Merge branch 'dev' of http://10.187.63.16/zerotier/ZeroTierOne into dev
This commit is contained in:
commit
0b0d03dbe2
@ -827,7 +827,7 @@ public:
|
|||||||
_lastRestart = clockShouldBe;
|
_lastRestart = clockShouldBe;
|
||||||
uint64_t lastTapMulticastGroupCheck = 0;
|
uint64_t lastTapMulticastGroupCheck = 0;
|
||||||
uint64_t lastBindRefresh = 0;
|
uint64_t lastBindRefresh = 0;
|
||||||
uint64_t lastUpdateCheck = clockShouldBe;
|
uint64_t lastUpdateCheck = clockShouldBe + 60000;
|
||||||
uint64_t lastLocalInterfaceAddressCheck = (clockShouldBe - ZT_LOCAL_INTERFACE_CHECK_INTERVAL) + 15000; // do this in 15s to give portmapper time to configure and other things time to settle
|
uint64_t lastLocalInterfaceAddressCheck = (clockShouldBe - ZT_LOCAL_INTERFACE_CHECK_INTERVAL) + 15000; // do this in 15s to give portmapper time to configure and other things time to settle
|
||||||
uint64_t lastCleanedIddb = 0;
|
uint64_t lastCleanedIddb = 0;
|
||||||
for(;;) {
|
for(;;) {
|
||||||
|
Loading…
Reference in New Issue
Block a user