mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 07:38:23 +00:00
More tweaks to TCP failover logic. Such edge case.
This commit is contained in:
@ -543,6 +543,8 @@ Node::ReasonForTermination Node::run()
|
||||
_r->timeOfLastResynchronize = Utils::now();
|
||||
|
||||
while (impl->reasonForTermination == NODE_RUNNING) {
|
||||
//TRACE("--- BEGIN main I/O loop");
|
||||
|
||||
if (Utils::fileExists(shutdownIfUnreadablePath.c_str(),false)) {
|
||||
FILE *tmpf = fopen(shutdownIfUnreadablePath.c_str(),"r");
|
||||
if (!tmpf)
|
||||
|
Reference in New Issue
Block a user