summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2018-06-22 16:30:20 -0700
committerJoseph Henry <josephjah@gmail.com>2018-06-22 16:30:20 -0700
commitbdcdccfcc3157e62a4bc8078e583876cbef41223 (patch)
tree03c122a6421baa6e16e2b26d62b4b022df493c6b /include
parent52264d5e284c49817fa0a4dd4f1f0c9feeced41d (diff)
downloadinfinitytier-bdcdccfcc3157e62a4bc8078e583876cbef41223.tar.gz
infinitytier-bdcdccfcc3157e62a4bc8078e583876cbef41223.zip
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index a100afd9..5b228e17 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1316,6 +1316,11 @@ typedef struct
unsigned int pathCount;
/**
+ * Whether this peer was ever reachable via an aggregate link
+ */
+ bool hadAggregateLink;
+
+ /**
* Known network paths to peer
*/
ZT_PeerPhysicalPath paths[ZT_MAX_PEER_NETWORK_PATHS];