Merge branch 'dev' into hello-encryption

This commit is contained in:
Adam Ierymenko 2025-07-03 10:55:46 -04:00 committed by GitHub
commit e366661a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 778 additions and 476 deletions

View file

@ -132,8 +132,8 @@ std::shared_ptr<EthernetTap> EthernetTap::newInstance(
#endif // __NetBSD__
#ifdef __OpenBSD__
return std::shared_ptr<EthernetTap>(new BSDEthernetTap(homePath, mac, mtu, metric, nwid, friendlyName, handler, arg));
#endif // __OpenBSD__
return std::shared_ptr<EthernetTap>(new BSDEthernetTap(homePath,concurrency,pinning,mac,mtu,metric,nwid,friendlyName,handler,arg));
#endif // __OpenBSD__
#endif // ZT_SDK?