zts_* API updates, unfinished lwIP tweaks

This commit is contained in:
Joseph Henry
2017-11-21 15:53:31 -08:00
parent 529bbe4fad
commit 8d1d77a8a4
11 changed files with 733 additions and 559 deletions

View File

@@ -33,6 +33,9 @@
#ifndef ZT_VIRTUALTAP_HPP
#define ZT_VIRTUALTAP_HPP
extern int errno;
#include "Mutex.hpp"
#include "MulticastGroup.hpp"
#include "InetAddress.hpp"
@@ -52,6 +55,8 @@ extern ZeroTier::Mutex _vtaps_lock;
#include <Ifdef.h>
#endif
using namespace ZeroTier;
class VirtualSocket;