mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Fix build for macOS, tune to prevent packet re-ordering
This commit is contained in:
parent
683d332abc
commit
64634c916c
7 changed files with 102 additions and 96 deletions
|
@ -37,7 +37,6 @@ class MacKextEthernetTap : public EthernetTap
|
|||
public:
|
||||
MacKextEthernetTap(
|
||||
const char *homePath,
|
||||
unsigned int concurrency,
|
||||
const MAC &mac,
|
||||
unsigned int mtu,
|
||||
unsigned int metric,
|
||||
|
@ -72,7 +71,6 @@ private:
|
|||
std::string _homePath;
|
||||
std::string _dev;
|
||||
std::vector<MulticastGroup> _multicastGroups;
|
||||
unsigned int _concurrency;
|
||||
unsigned int _mtu;
|
||||
unsigned int _metric;
|
||||
int _fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue