Improved RPC connection closure logic

This commit is contained in:
Joseph Henry 2015-10-23 13:37:41 -07:00
parent 236e474553
commit b48ed824e6
4 changed files with 47 additions and 23 deletions

View file

@ -55,6 +55,7 @@ namespace ZeroTier {
int perceived_fd;
int their_fd;
bool pending;
bool listening;
PhySocket *rpcSock;
PhySocket *dataSock;