diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 18:13:46 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 18:13:46 -0700 |
commit | aeb4b42ab321a45901bb4dc01a25653cd8b6c79b (patch) | |
tree | 509fb02801027740e3ca8c65086af28eced36c35 /include | |
parent | 67f1f1892f6e627897720b0b43937da31679b281 (diff) | |
download | infinitytier-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.h | 3 |
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; |