mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Define an "anchor" as a statically defined device that serves as a network lookup point.
This commit is contained in:
parent
d736074301
commit
246f86dad3
1 changed files with 5 additions and 0 deletions
|
@ -164,6 +164,11 @@ extern "C" {
|
|||
*/
|
||||
#define ZT_NETWORK_STATIC_DEVICE_IS_RELAY 0x0001
|
||||
|
||||
/**
|
||||
* This device is a network "anchor," meaning it is used for things like multicast GATHER
|
||||
*/
|
||||
#define ZT_NETWORK_STATIC_DEVICE_IS_ANCHOR 0x0002
|
||||
|
||||
/**
|
||||
* A null/empty sockaddr (all zero) to signify an unspecified socket address
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue