mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
CLI communication now working.
This commit is contained in:
parent
70f368fdc3
commit
c9c63074bb
5 changed files with 41 additions and 33 deletions
|
@ -98,7 +98,7 @@ private:
|
|||
void (*_packetHandler)(UdpSocket *,void *,const InetAddress &,const void *,unsigned int);
|
||||
void *_arg;
|
||||
int _localPort;
|
||||
int _sock;
|
||||
volatile int _sock;
|
||||
bool _v6;
|
||||
Mutex _sendLock;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue