diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-26 21:48:17 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-26 21:48:17 -0800 |
| commit | 7646fd3e7ba95a03d64405bc3a032a064a921187 (patch) | |
| tree | cded99cd68e00865426476b11961c6553a7cff9d /src/sp/transport.c | |
| parent | 7f4bb659da505d023f561e6cc8cc691eea686abd (diff) | |
| download | nng-7646fd3e7ba95a03d64405bc3a032a064a921187.tar.gz nng-7646fd3e7ba95a03d64405bc3a032a064a921187.tar.bz2 nng-7646fd3e7ba95a03d64405bc3a032a064a921187.zip | |
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.
Diffstat (limited to 'src/sp/transport.c')
| -rw-r--r-- | src/sp/transport.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sp/transport.c b/src/sp/transport.c index 6d515967..1082db5b 100644 --- a/src/sp/transport.c +++ b/src/sp/transport.c @@ -108,9 +108,6 @@ extern void nni_sp_ws_register(void); #ifdef NNG_TRANSPORT_WSS extern void nni_sp_wss_register(void); #endif -#ifdef NNG_TRANSPORT_ZEROTIER -extern void nni_sp_zt_register(void); -#endif #ifdef NNG_TRANSPORT_FDC extern void nni_sp_sfd_register(void); #endif @@ -139,9 +136,6 @@ nni_sp_tran_sys_init(void) #ifdef NNG_TRANSPORT_WSS nni_sp_wss_register(); #endif -#ifdef NNG_TRANSPORT_ZEROTIER - nni_sp_zt_register(); -#endif #ifdef NNG_TRANSPORT_FDC nni_sp_sfd_register(); #endif |
