wider selftest coverage
This commit is contained in:
@@ -81,8 +81,14 @@ namespace ZeroTier {
|
||||
void setEnabled(bool en);
|
||||
bool enabled() const;
|
||||
|
||||
/*
|
||||
* Registers a device with the given address
|
||||
*/
|
||||
bool registerIpWithStack(const InetAddress &ip);
|
||||
|
||||
/*
|
||||
* Adds an address to the userspace stack interface associated with this SocketTap
|
||||
* - Starts SocketTap main thread ONLY if successful
|
||||
*/
|
||||
bool addIp(const InetAddress &ip);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user