mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user