summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Network.hpp')
-rw-r--r--node/Network.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/node/Network.hpp b/node/Network.hpp
index 8429cf84..a95ae869 100644
--- a/node/Network.hpp
+++ b/node/Network.hpp
@@ -50,14 +50,6 @@ class NodeConfig;
/**
* Local membership to a network
- *
- * Networks configure themselves via RPC by accessing the function
- * com.zerotier.one.Network.bootstrap at any supernode. This returns
- * a series of key/value pairs that includes the IP address
- * information for this node on the network and -- for closed
- * networks -- a URL to retreive the network's membership list.
- * A SHA-256 hash is also included to verify the return from this
- * URL query.
*/
class Network : NonCopyable
{