Simplify packet critical path. Plus more platform fixes

This commit is contained in:
Joseph Henry
2024-08-22 12:59:06 -07:00
parent e734019216
commit b813ea70a5
7 changed files with 31 additions and 27 deletions

View File

@ -57,6 +57,7 @@ class PacketMultiplexer {
std::vector<std::thread> _rxThreads;
unsigned int _rxThreadCount;
bool _enabled;
};
} // namespace ZeroTier