mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-30 04:11:21 -08:00
Merge bf50475a96 into 67648579b5
This commit is contained in:
commit
d706be8c60
2 changed files with 3 additions and 2 deletions
|
|
@ -207,6 +207,7 @@ template <typename HANDLER_PTR_TYPE> class Phy {
|
|||
_whackSendSocket = pipes[1];
|
||||
_noDelay = noDelay;
|
||||
_noCheck = noCheck;
|
||||
FD_SET(_whackReceiveSocket, &_readfds);
|
||||
}
|
||||
|
||||
~Phy()
|
||||
|
|
|
|||
|
|
@ -1014,12 +1014,12 @@ class OneServiceImpl : public OneService {
|
|||
curl_global_cleanup();
|
||||
#endif
|
||||
|
||||
_controlPlane.stop();
|
||||
if (_serverThreadRunning) {
|
||||
_controlPlane.stop();
|
||||
_serverThread.join();
|
||||
}
|
||||
_controlPlaneV6.stop();
|
||||
if (_serverThreadRunningV6) {
|
||||
_controlPlaneV6.stop();
|
||||
_serverThreadV6.join();
|
||||
}
|
||||
_rxPacketVector_m.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue