mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 17:52:46 +00:00
--bugs;
This commit is contained in:
parent
d6676a9d6c
commit
2c196307ee
@ -453,7 +453,7 @@ bool Peer::needsOurNetworkMembershipCertificate(uint64_t nwid,uint64_t now,bool
|
||||
const uint64_t tmp = lastPushed;
|
||||
if (updateLastPushedTime)
|
||||
lastPushed = now;
|
||||
return ((now - tmp) < (ZT_NETWORK_AUTOCONF_DELAY / 2));
|
||||
return ((now - tmp) >= (ZT_NETWORK_AUTOCONF_DELAY / 2));
|
||||
}
|
||||
|
||||
void Peer::clean(const RuntimeEnvironment *RR,uint64_t now)
|
||||
|
Loading…
x
Reference in New Issue
Block a user