wider selftest coverage

This commit is contained in:
Joseph Henry
2017-05-05 16:46:07 -07:00
parent d631e06d99
commit dcdc13204c
31 changed files with 1613 additions and 303 deletions

View File

@@ -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);