mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
refactor in progress
This commit is contained in:
parent
c1f1530d54
commit
e391bc004b
3 changed files with 57 additions and 47 deletions
|
@ -122,6 +122,7 @@ private:
|
|||
|
||||
NetconConnection *getConnectionByThisFD(int fd);
|
||||
NetconConnection *getConnectionByPCB(struct tcp_pcb *pcb);
|
||||
NetconClient *getClientByPCB(struct tcp_pcb *pcb);
|
||||
void closeClient(NetconClient *client);
|
||||
|
||||
// Logging helper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue