mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +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 "../controller/EmbeddedNetworkController.hpp"
|
||||||
#include "../node/Node.hpp"
|
#include "../node/Node.hpp"
|
||||||
// Use the virtual netcon endpoint instead of a tun/tap port driver
|
// Use the virtual netcon endpoint instead of a tun/tap port driver
|
||||||
#include "../src/SocketTap.hpp"
|
#include "../src/VirtualTap.hpp"
|
||||||
namespace ZeroTier { typedef SocketTap EthernetTap; }
|
namespace ZeroTier { typedef VirtualTap EthernetTap; }
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
#ifdef ZT_SDK
|
#ifdef ZT_SDK
|
||||||
#include "../node/Node.hpp"
|
#include "../node/Node.hpp"
|
||||||
// Use the virtual netcon endpoint instead of a tun/tap port driver
|
// Use the virtual netcon endpoint instead of a tun/tap port driver
|
||||||
#include "../src/SocketTap.hpp"
|
#include "../src/VirtualTap.hpp"
|
||||||
namespace ZeroTier { typedef SocketTap EthernetTap; }
|
namespace ZeroTier { typedef VirtualTap EthernetTap; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace ZeroTier {
|
namespace ZeroTier {
|
||||||
|
|
Loading…
Add table
Reference in a new issue