From 867258de8b5cbc3e3b26baa9b9e7332df9048328 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 25 Aug 2015 09:44:21 -0700 Subject: [PATCH] Document clock convenience field. --- service/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/README.md b/service/README.md index 3e52a8a1d..7ffabba3b 100644 --- a/service/README.md +++ b/service/README.md @@ -173,6 +173,7 @@ To create a new network with a random last six digits safely and atomically, you creationTimeintegerTime network was created in ms since epochno revisionintegerNetwork config revision numberno memberRevisionCounterintegerCurrent value of network revision counter (incremented after every member add or revision)no +clockintegerCurrent clock in ms since epoch (for convenience)no authorizedMemberCountintegerNumber of authorized membersno relays[object]Array of network-specific relay nodes (see below)yes ipLocalRoutes[string]Array of IP network/netmask entries corresponding to networks routed directly via this interface (e.g. 10.0.0.0/8 to route 10.0.0.0 via this interface) @@ -243,6 +244,7 @@ IP related fields apply only to Ethernet frames of type IPv4 or IPV6. Otherwise +
FieldTypeDescriptionWritable
nwidstring16-digit hex network IDno
clockintegerCurrent clock in ms since epoch (for convenience)no
addressstring10-digit hex ZeroTier addressno
authorizedbooleanIs member authorized?yes
activeBridgebooleanThis member is an active network bridgeyes