mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-08 05:51:17 -07:00
small method changes
This commit is contained in:
parent
cc4a2bb0c3
commit
5a5a513b18
4 changed files with 22 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue