mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-11 15:46:35 -07:00
MERGE current "dev" into "netcon" -- should not affect netcon itself but will retest -- brings ZeroTier core up to 1.1.0
This commit is contained in:
commit
a18336fa18
324 changed files with 23680 additions and 15524 deletions
|
@ -117,15 +117,10 @@ public:
|
|||
* This only works if both peers are known, with known working direct
|
||||
* links to this peer. The best link for each peer is sent to the other.
|
||||
*
|
||||
* A rate limiter is in effect via the _lastUniteAttempt map. If force
|
||||
* is true, a unite attempt is made even if one has been made less than
|
||||
* ZT_MIN_UNITE_INTERVAL milliseconds ago.
|
||||
*
|
||||
* @param p1 One of two peers (order doesn't matter)
|
||||
* @param p2 Second of pair
|
||||
* @param force If true, send now regardless of interval
|
||||
*/
|
||||
bool unite(const Address &p1,const Address &p2,bool force);
|
||||
bool unite(const Address &p1,const Address &p2);
|
||||
|
||||
/**
|
||||
* Attempt NAT traversal to peer at a given physical address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue