mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Bug fix: Connection fd lookup in service
This commit is contained in:
parent
5dffa43201
commit
8d1b01cb5b
4 changed files with 127 additions and 29 deletions
|
@ -139,7 +139,7 @@ private:
|
|||
}
|
||||
|
||||
// Client helpers
|
||||
TcpConnection *getConnectionByTheirFD(int fd);
|
||||
TcpConnection *getConnectionByTheirFD(PhySocket *sock, int fd);
|
||||
TcpConnection *getConnectionByPCB(struct tcp_pcb *pcb);
|
||||
void closeConnection(TcpConnection *conn);
|
||||
void closeAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue