diff options
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; |