mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Fixed connection closure bug (ERR_ABRT from nc_recved)
This commit is contained in:
parent
db473beb48
commit
4dbb84cea1
4 changed files with 9 additions and 29 deletions
|
@ -54,7 +54,6 @@
|
|||
#define RPC_MAP_REQ 21 // A call to determine whether an fd is mapped to the service
|
||||
#define RPC_RETVAL 22 // not RPC per se, but something we should codify
|
||||
#define RPC_KILL_INTERCEPT 23 // Tells the service we need to shut down all connections
|
||||
#define RPC_I_AM 24 // Tells the service the PID for the current client
|
||||
|
||||
/* Connection statuses */
|
||||
#define UNSTARTED 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue