Updated tests

This commit is contained in:
Joseph Henry
2017-05-30 13:17:39 -07:00
parent 673d1b9a09
commit 5ab563ce4c
13 changed files with 321 additions and 121 deletions

View File

@@ -198,6 +198,13 @@ namespace ZeroTier {
_multicastGroups.swap(newGroups);
}
void SocketTap::setMtu(unsigned int mtu)
{
if (_mtu != mtu) {
_mtu = mtu;
}
}
void SocketTap::threadMain()
throw()
{