mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Resynchronize on startup.
This commit is contained in:
parent
6ab95e0391
commit
c3b41c289d
1 changed files with 2 additions and 2 deletions
|
@ -539,8 +539,8 @@ Node::ReasonForTermination Node::run()
|
||||||
uint64_t lastMulticastCheck = 0;
|
uint64_t lastMulticastCheck = 0;
|
||||||
long lastDelayDelta = 0;
|
long lastDelayDelta = 0;
|
||||||
|
|
||||||
uint64_t networkConfigurationFingerprint = _r->sysEnv->getNetworkConfigurationFingerprint(_r->nc->networkTapDeviceNames());
|
uint64_t networkConfigurationFingerprint = 0;
|
||||||
_r->timeOfLastResynchronize = Utils::now();
|
_r->timeOfLastResynchronize = 0;
|
||||||
|
|
||||||
while (impl->reasonForTermination == NODE_RUNNING) {
|
while (impl->reasonForTermination == NODE_RUNNING) {
|
||||||
if (Utils::fileExists(shutdownIfUnreadablePath.c_str(),false)) {
|
if (Utils::fileExists(shutdownIfUnreadablePath.c_str(),false)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue