summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-27 13:36:27 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-27 13:36:27 -0400
commitb0a83093ce698390a4e2d266ba1c63ee241cd7ad (patch)
tree5b7d2f15e65c14d9ff220f19b2ee9f728757b2be /node/Network.hpp
parent57d8730f1b3da3f9fe23a9fa02c8557b80bf6716 (diff)
downloadinfinitytier-b0a83093ce698390a4e2d266ba1c63ee241cd7ad.tar.gz
infinitytier-b0a83093ce698390a4e2d266ba1c63ee241cd7ad.zip
Back out of RPC... blech. Have a better idea.
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
{