summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-14 18:13:46 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-14 18:13:46 -0700
commitaeb4b42ab321a45901bb4dc01a25653cd8b6c79b (patch)
tree509fb02801027740e3ca8c65086af28eced36c35 /include
parent67f1f1892f6e627897720b0b43937da31679b281 (diff)
downloadinfinitytier-aeb4b42ab321a45901bb4dc01a25653cd8b6c79b.tar.gz
infinitytier-aeb4b42ab321a45901bb4dc01a25653cd8b6c79b.zip
Make tap itself handle remembering sticky device to nwid mappings.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index a06aedee..6372641a 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -448,6 +448,9 @@ typedef struct
/**
* If nonzero, this network supports and allows broadcast (ff:ff:ff:ff:ff:ff) traffic
+ *
+ * This is really just a hint to user code. If this is true, the user can
+ * subscribe to the broadcast group. If not, then the user shouldn't.
*/
int broadcastEnabled;