Added debug statements for transfer test

This commit is contained in:
Joseph Henry 2015-11-03 10:30:18 -08:00
parent 4c20fa4874
commit df391c8413
4 changed files with 8 additions and 1 deletions

View file

@ -57,7 +57,10 @@ namespace ZeroTier {
bool pending;
bool listening;
int pid;
unsigned long written;
unsigned long acked;
PhySocket *rpcSock;
PhySocket *dataSock;
struct tcp_pcb *pcb;