summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-11-09 16:04:08 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-11-09 16:04:08 -0800
commitc61ca1dea2001d8b77bf6b1f44da4246c3088e32 (patch)
tree1b32af1c171009d9fb4a745ff312d315f1ce4059 /include
parenteea712a1ae80994c32f250537ce14e52071312fb (diff)
downloadinfinitytier-c61ca1dea2001d8b77bf6b1f44da4246c3088e32.tar.gz
infinitytier-c61ca1dea2001d8b77bf6b1f44da4246c3088e32.zip
Keep connections up for netconf stuff as well as frames.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 17112e90..d0fef1f1 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1019,16 +1019,6 @@ typedef struct
uint64_t address;
/**
- * Time we last received a unicast frame from this peer
- */
- uint64_t lastUnicastFrame;
-
- /**
- * Time we last received a multicast rame from this peer
- */
- uint64_t lastMulticastFrame;
-
- /**
* Remote major version or -1 if not known
*/
int versionMajor;