mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90
This commit is contained in:
@ -57,7 +57,7 @@ EthernetTap *LinuxEthernetTapFactory::open(
|
||||
return t;
|
||||
}
|
||||
|
||||
void LinuxEthernetTapFactory::close(EthernetTap *tap)
|
||||
void LinuxEthernetTapFactory::close(EthernetTap *tap,bool destroyPersistentDevices)
|
||||
{
|
||||
{
|
||||
Mutex::Lock _l(_devices_m);
|
||||
|
Reference in New Issue
Block a user