mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Lots of cleanup, more work on certificates, some security fixes.
This commit is contained in:
@ -179,6 +179,13 @@ public:
|
||||
*/
|
||||
void requestWhois(const Address &addr);
|
||||
|
||||
/**
|
||||
* Cancel WHOIS for an address
|
||||
*
|
||||
* @param addr Address to cancel
|
||||
*/
|
||||
void cancelWhoisRequest(const Address &addr);
|
||||
|
||||
/**
|
||||
* Run any processes that are waiting for this peer
|
||||
*
|
||||
|
Reference in New Issue
Block a user