From 7646fd3e7ba95a03d64405bc3a032a064a921187 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 26 Dec 2024 21:48:17 -0800 Subject: zerotier: removed All vestiges of ZeroTier have been removed. Also, as consequence, some binary values have changed (specifically the number of the address family used for NNG_AF_ABSTRACT.) We may create a new ZeroTier transport that makes use of lwIP to provide for ZeroTier and native host network coexistence, without requiring ZeroTier to participate in the native networking stack. --- cmake/NNGOptions.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmake') diff --git a/cmake/NNGOptions.cmake b/cmake/NNGOptions.cmake index d117ee36..fbca75cf 100644 --- a/cmake/NNGOptions.cmake +++ b/cmake/NNGOptions.cmake @@ -138,10 +138,6 @@ mark_as_advanced(NNG_TRANSPORT_FDC) option (NNG_TRANSPORT_UDP "Enable UDP transport (EXPERIMENTAL)" ON) mark_as_advanced(NNG_TRANSPORT_UDP) -# ZeroTier -option (NNG_TRANSPORT_ZEROTIER "Enable ZeroTier transport (requires libzerotiercore)." OFF) -mark_as_advanced(NNG_TRANSPORT_ZEROTIER) - if (NNG_TRANSPORT_WS OR NNG_TRANSPORT_WSS) # Make sure things we *MUST* have are enabled. set(NNG_SUPP_WEBSOCKET ON) -- cgit v1.2.3-70-g09d2