Make tap itself handle remembering sticky device to nwid mappings.

This commit is contained in:
Adam Ierymenko 2015-04-14 18:13:46 -07:00
parent 67f1f1892f
commit aeb4b42ab3
3 changed files with 27 additions and 16 deletions

View file

@ -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;