Added state dump, fixed numerous RPC related bugs

This commit is contained in:
Joseph Henry 2015-10-29 17:57:59 -07:00
parent f6e0bdb2f2
commit 96eb0ce492
10 changed files with 256 additions and 102 deletions

View file

@ -56,7 +56,8 @@ namespace ZeroTier {
int their_fd;
bool pending;
bool listening;
int pid;
PhySocket *rpcSock;
PhySocket *dataSock;
struct tcp_pcb *pcb;