Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.
This commit is contained in:
parent
80997f652b
commit
28665079a0
9 changed files with 77 additions and 4 deletions
|
@ -45,6 +45,10 @@ class Node
|
|||
public:
|
||||
/**
|
||||
* Client for controlling a local ZeroTier One node
|
||||
*
|
||||
* Windows note: be sure you call WSAStartup() before using this,
|
||||
* otherwise it will be unable to open a local UDP socket to
|
||||
* communicate with the service.
|
||||
*/
|
||||
class LocalClient
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue