mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
More work on connection reset stuff...
This commit is contained in:
@ -641,6 +641,7 @@ Node::ReasonForTermination Node::run()
|
||||
}
|
||||
}
|
||||
} catch ( ... ) {
|
||||
LOG("FATAL: unexpected exception in core loop: unknown exception");
|
||||
return impl->terminateBecause(Node::NODE_UNRECOVERABLE_ERROR,"unexpected exception during outer main I/O loop");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user