Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.

This commit is contained in:
Adam Ierymenko 2014-01-26 22:24:29 -08:00
parent 80997f652b
commit 28665079a0
9 changed files with 77 additions and 4 deletions

View file

@ -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
{