More code cleanup, just moving some stuff into NetconEthernetTap that is not used elsewhere.

This commit is contained in:
Adam Ierymenko
2015-11-23 13:02:50 -08:00
parent d8d4cfbf01
commit 2a6ea38718
7 changed files with 50 additions and 94 deletions

View File

@@ -44,15 +44,22 @@
#include "../osdep/Thread.hpp"
#include "../osdep/Phy.hpp"
#include "NetconService.hpp"
#include "NetconUtilities.hpp"
#include "netif/etharp.h"
struct tcp_pcb;
struct socket_st;
struct listen_st;
struct bind_st;
struct connect_st;
namespace ZeroTier {
class NetconEthernetTap;
class TcpConnection;
class Larg;
class LWIPStack;
/**
* Network Containers instance -- emulates an Ethernet tap device as far as OneService knows