mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 16:49:43 +00:00
small method changes
This commit is contained in:
@ -84,6 +84,8 @@ public:
|
||||
void threadMain()
|
||||
throw();
|
||||
|
||||
LWIPStack *lwipstack;
|
||||
|
||||
private:
|
||||
|
||||
// LWIP callbacks
|
||||
@ -141,11 +143,11 @@ private:
|
||||
NetconConnection *getConnectionByPCB(struct tcp_pcb *pcb);
|
||||
NetconClient *getClientByPCB(struct tcp_pcb *pcb);
|
||||
void closeClient(NetconClient *client);
|
||||
void closeConnection(NetconConnection *conn);
|
||||
|
||||
Phy<NetconEthernetTap *> _phy;
|
||||
PhySocket *_unixListenSocket;
|
||||
|
||||
LWIPStack *lwipstack;
|
||||
std::vector<NetconClient*> clients;
|
||||
|
||||
uint64_t _nwid;
|
||||
|
Reference in New Issue
Block a user