mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Rename SocketTap to VirtualTap to prevent confusion on role
This commit is contained in:
parent
23fe8975e7
commit
59b7cbb591
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue