From a425bbc67301bf486fe5b0aba8adb59ae791403e Mon Sep 17 00:00:00 2001 From: Kees Bos Date: Wed, 6 May 2015 12:05:20 +0200 Subject: Renamed supernode to rootserver --- service/ControlPlane.cpp | 2 +- service/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'service') diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp index 4158ed43..e42c9ef8 100644 --- a/service/ControlPlane.cpp +++ b/service/ControlPlane.cpp @@ -213,7 +213,7 @@ static void _jsonAppend(unsigned int depth,std::string &buf,const ZT1_Peer *peer switch(peer->role) { case ZT1_PEER_ROLE_LEAF: prole = "LEAF"; break; case ZT1_PEER_ROLE_HUB: prole = "HUB"; break; - case ZT1_PEER_ROLE_SUPERNODE: prole = "SUPERNODE"; break; + case ZT1_PEER_ROLE_ROOTSERVER: prole = "ROOT"; break; } Utils::snprintf(json,sizeof(json), diff --git a/service/README.md b/service/README.md index 2a283cbd..df62ff27 100644 --- a/service/README.md +++ b/service/README.md @@ -106,7 +106,7 @@ Getting /peer returns an array of peer objects for all current peers. See below versionRevintegerRevision of remote if knownno versionstringVersion in major.minor.rev formatno latencyintegerLatency in milliseconds if knownno -rolestringLEAF, HUB, or SUPERNODEno +rolestringLEAF, HUB, or ROOTSERVERno paths[object]Array of path objects (see below)no @@ -184,7 +184,7 @@ Relays, IP assignment pools, and rules are edited via direct POSTs to the networ **Relay object format:** -Relay objects define network-specific preferred relay nodes. Traffic to peers on this network will preferentially use these relays if they are available, and otherwise will fall back to the global supernode infrastructure. +Relay objects define network-specific preferred relay nodes. Traffic to peers on this network will preferentially use these relays if they are available, and otherwise will fall back to the global rootserver infrastructure. -- cgit v1.2.3
FieldTypeDescription