From 28665079a01d26345e1289f2eaaca3307f83ac29 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 26 Jan 2014 22:24:29 -0800 Subject: Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client. --- node/Node.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node') diff --git a/node/Node.hpp b/node/Node.hpp index a6410992..974a51b6 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -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 { -- cgit v1.2.3