mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Fixed pcb->state == CLOSE_WAIT bug
This commit is contained in:
parent
323d40a560
commit
35fb602dff
3 changed files with 13 additions and 20 deletions
|
@ -46,11 +46,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
int get_retval(int);
|
||||
|
||||
//#ifdef NETCON_INTERCEPT
|
||||
int rpc_join(const char * sockname);
|
||||
int rpc_send_command(char *path, int cmd, int forfd, void *data, int len);
|
||||
//#endif
|
||||
|
||||
int get_new_fd(int sock);
|
||||
ssize_t sock_fd_write(int sock, int fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue