mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
Resynchronize on startup.
This commit is contained in:
parent
6ab95e0391
commit
c3b41c289d
@ -539,8 +539,8 @@ Node::ReasonForTermination Node::run()
|
||||
uint64_t lastMulticastCheck = 0;
|
||||
long lastDelayDelta = 0;
|
||||
|
||||
uint64_t networkConfigurationFingerprint = _r->sysEnv->getNetworkConfigurationFingerprint(_r->nc->networkTapDeviceNames());
|
||||
_r->timeOfLastResynchronize = Utils::now();
|
||||
uint64_t networkConfigurationFingerprint = 0;
|
||||
_r->timeOfLastResynchronize = 0;
|
||||
|
||||
while (impl->reasonForTermination == NODE_RUNNING) {
|
||||
if (Utils::fileExists(shutdownIfUnreadablePath.c_str(),false)) {
|
||||
|
Loading…
Reference in New Issue
Block a user