mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-11 06:54:06 +00:00
docs
This commit is contained in:
parent
eea634a432
commit
ba2a89c760
@ -1334,20 +1334,21 @@ void ZT_Node_freeQueryResult(ZT_Node *node,void *qr);
|
|||||||
/**
|
/**
|
||||||
* Add a local interface address
|
* Add a local interface address
|
||||||
*
|
*
|
||||||
|
* This is used to make ZeroTier aware of those local interface addresses
|
||||||
|
* that you wish to use for ZeroTier communication. This is optional, and if
|
||||||
|
* it is not used ZeroTier will rely upon upstream peers (and roots) to
|
||||||
|
* perform empirical address discovery and NAT traversal. But the use of this
|
||||||
|
* method is recommended as it improves peer discovery when both peers are
|
||||||
|
* on the same LAN.
|
||||||
|
*
|
||||||
* It is the responsibility of the caller to take care that these are never
|
* It is the responsibility of the caller to take care that these are never
|
||||||
* ZeroTier interface addresses, whether these are assigned by ZeroTier or
|
* ZeroTier interface addresses, whether these are assigned by ZeroTier or
|
||||||
* are otherwise assigned to an interface managed by this ZeroTier instance.
|
* are otherwise assigned to an interface managed by this ZeroTier instance.
|
||||||
* This can cause recursion or other undesirable behavior.
|
* This can cause recursion or other undesirable behavior.
|
||||||
*
|
*
|
||||||
* Addresses can also be added here if they are the result of a UPnP or
|
|
||||||
* NAT-PMP port mapping or other discovery or mapping means.
|
|
||||||
*
|
|
||||||
* This returns a boolean indicating whether or not the address was
|
* This returns a boolean indicating whether or not the address was
|
||||||
* accepted. ZeroTier will only communicate over certain address types
|
* accepted. ZeroTier will only communicate over certain address types
|
||||||
* and (for IP) address classes. Thus it's safe to just dump your OS's
|
* and (for IP) address classes.
|
||||||
* entire remote IP list (excluding ZeroTier interface IPs) into here
|
|
||||||
* and let ZeroTier determine which addresses it will use. It will
|
|
||||||
* reject bad, empty, and unusable addresses.
|
|
||||||
*
|
*
|
||||||
* @param addr Local interface address
|
* @param addr Local interface address
|
||||||
* @return Boolean: non-zero if address was accepted and added
|
* @return Boolean: non-zero if address was accepted and added
|
||||||
|
Loading…
x
Reference in New Issue
Block a user