Updated core for tptr support

This commit is contained in:
Joseph Henry
2017-03-28 18:56:38 -07:00
parent b1e83a236e
commit bd3b07e00a
68 changed files with 1271 additions and 2033 deletions

View File

@@ -24,8 +24,8 @@
#include "../node/InetAddress.hpp"
#include "../node/Node.hpp"
// Include the right tap device driver for this platform -- add new platforms here
// Include the right tap device driver for this platform -- add new platforms here
#ifdef ZT_SDK
// In network containers builds, use the virtual netcon endpoint instead of a tun/tap port driver
#include "../src/tap.hpp"
@@ -34,6 +34,7 @@
namespace ZeroTier {
/**
* Local service for ZeroTier One as system VPN/NFV provider
*/
@@ -171,7 +172,7 @@ public:
*/
virtual Node * getNode() = 0;
#endif
/**
* Get local settings for a network
*