mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 17:52:46 +00:00
Rename SocketTap to VirtualTap to prevent confusion on role
This commit is contained in:
parent
23fe8975e7
commit
59b7cbb591
@ -99,8 +99,8 @@ namespace ZeroTier { typedef TestEthernetTap EthernetTap; }
|
||||
#include "../controller/EmbeddedNetworkController.hpp"
|
||||
#include "../node/Node.hpp"
|
||||
// Use the virtual netcon endpoint instead of a tun/tap port driver
|
||||
#include "../src/SocketTap.hpp"
|
||||
namespace ZeroTier { typedef SocketTap EthernetTap; }
|
||||
#include "../src/VirtualTap.hpp"
|
||||
namespace ZeroTier { typedef VirtualTap EthernetTap; }
|
||||
|
||||
#else
|
||||
|
||||
|
@ -35,8 +35,8 @@
|
||||
#ifdef ZT_SDK
|
||||
#include "../node/Node.hpp"
|
||||
// Use the virtual netcon endpoint instead of a tun/tap port driver
|
||||
#include "../src/SocketTap.hpp"
|
||||
namespace ZeroTier { typedef SocketTap EthernetTap; }
|
||||
#include "../src/VirtualTap.hpp"
|
||||
namespace ZeroTier { typedef VirtualTap EthernetTap; }
|
||||
#endif
|
||||
|
||||
namespace ZeroTier {
|
||||
|
Loading…
x
Reference in New Issue
Block a user