mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Additional retval+errno handling
This commit is contained in:
parent
6b1a38f14c
commit
5dffa43201
6 changed files with 98 additions and 71 deletions
|
@ -112,6 +112,7 @@ private:
|
|||
void handle_write(TcpConnection *conn);
|
||||
|
||||
int send_return_value(TcpConnection *conn, int retval, int _errno);
|
||||
int send_return_value(int fd, int retval, int _errno);
|
||||
|
||||
void phyOnDatagram(PhySocket *sock,void **uptr,const struct sockaddr *from,void *data,unsigned long len);
|
||||
void phyOnTcpConnect(PhySocket *sock,void **uptr,bool success);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue