Try another optimization in LinuxEthernetTap.

This commit is contained in:
Adam Ierymenko 2020-11-18 22:06:17 -05:00
parent e3e188109d
commit a390629371
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 43 additions and 70 deletions

View file

@ -68,7 +68,6 @@ private:
std::vector<MulticastGroup> _multicastGroups;
unsigned int _mtu;
int _fd;
int _shutdownSignalPipe[2];
std::atomic_bool _enabled;
std::thread _tapReaderThread;
std::thread _tapProcessorThread;