diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-26 22:24:29 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-01-26 22:24:29 -0800 |
| commit | 28665079a01d26345e1289f2eaaca3307f83ac29 (patch) | |
| tree | 18a01c523f6e411650c07651b5f25b276f523b1d /node | |
| parent | 80997f652b2c2cbca615174f9b2dd09411d723a9 (diff) | |
| download | infinitytier-28665079a01d26345e1289f2eaaca3307f83ac29.tar.gz infinitytier-28665079a01d26345e1289f2eaaca3307f83ac29.zip | |
Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.
Diffstat (limited to 'node')
| -rw-r--r-- | node/Node.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
