Work in progress on RPC.

This commit is contained in:
Adam Ierymenko 2013-07-25 12:55:31 -04:00
parent 668c428051
commit 083ae2d097
3 changed files with 223 additions and 1 deletions

View file

@ -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
{