diff options
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 { |