From aeb4b42ab321a45901bb4dc01a25653cd8b6c79b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 14 Apr 2015 18:13:46 -0700 Subject: Make tap itself handle remembering sticky device to nwid mappings. --- include/ZeroTierOne.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; -- cgit v1.2.3