summaryrefslogtreecommitdiff
path: root/netcon/NetconService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/NetconService.hpp')
-rw-r--r--netcon/NetconService.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp
index fc6bd46c..41d745c2 100644
--- a/netcon/NetconService.hpp
+++ b/netcon/NetconService.hpp
@@ -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;