From 15c08f97f1772dfa43dbd8ee27ba487ca553da6a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 5 Mar 2018 15:17:32 -0800 Subject: Remove stale ZeroTier RFC, update URL and link to correct one. The primary ZeroTier RFC is in the "rfcs" repository for nanomsg, and we should remove this one because it is stale and misleading. Also, the URI format is incorrect in the header so fix that, and point to the real ZeroTier RFC. --- src/transport/zerotier/zerotier.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/transport/zerotier/zerotier.h') diff --git a/src/transport/zerotier/zerotier.h b/src/transport/zerotier/zerotier.h index 87325f34..9083f665 100644 --- a/src/transport/zerotier/zerotier.h +++ b/src/transport/zerotier/zerotier.h @@ -1,6 +1,6 @@ // -// Copyright 2017 Garrett D'Amore -// Copyright 2017 Capitar IT Group BV +// Copyright 2018 Staysail Systems, Inc. +// Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -22,13 +22,13 @@ // route management and TCP fallback. You need to have connectivity // to the Internet to use this. (Or at least to your Planetary root.) // -// The ZeroTier URL format we support is zt:///: where +// The ZeroTier URL format we support is zt://.: where // the component represents the 64-bit hexadecimal ZeroTier // network ID,the represents the 40-bit hexadecimal ZeroTier // node (device) ID, and the is a 24-bit (decimal) port number. // -// A listener may elide the / portion, to just bind to itself, -// in which case the format will be zt://: +// A listener may replace the with a wildcard, to just bind to itself, +// in which case the format will be zt://*.: // // A listener may also use either 0 or * for the to indicate that // a random local ephemeral port should be used. @@ -40,6 +40,9 @@ // // The ZeroTier transport was funded by Capitar IT Group, BV. // +// The protocol itself is documented online at: +// http://nanomsg.org/rfcs/sp-zerotier-v0.html +// // This transport is highly experimental. // ZeroTier transport-specific options. -- cgit v1.2.3-70-g09d2