From 083ae2d0974394862735bf1ceff6a71f5e4dac64 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 25 Jul 2013 12:55:31 -0400 Subject: Work in progress on RPC. --- node/Network.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'node/Network.hpp') diff --git a/node/Network.hpp b/node/Network.hpp index 417688f0..8429cf84 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -49,7 +49,15 @@ namespace ZeroTier { class NodeConfig; /** - * Local network endpoint + * 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 { -- cgit v1.2.3