Stub of NetconEthernetTap

This commit is contained in:
Adam Ierymenko 2015-09-02 15:17:38 -07:00
commit 4626175d11
3 changed files with 208 additions and 0 deletions

View file

@ -69,6 +69,11 @@
#define ZT_PHY_MAX_SOCKETS (FD_SETSIZE)
#define ZT_PHY_SOCKADDR_STORAGE_TYPE struct sockaddr_storage
#if defined(__linux__) || defined(linux) || defined(__LINUX__) || defined(__linux)
#define ZT_PHY_HAVE_EVENTFD 1
#include <sys/eventfd.h>
#endif
#endif // Windows or not
namespace ZeroTier {