diff --git a/node/PacketMultiplexer.hpp b/node/PacketMultiplexer.hpp index cd8093fe6..4d70d82f0 100644 --- a/node/PacketMultiplexer.hpp +++ b/node/PacketMultiplexer.hpp @@ -44,15 +44,14 @@ class PacketMultiplexer { std::vector*> _rxPacketQueues; - unsigned int _concurrency; + unsigned int _concurrency = 0; // pool std::vector _rxPacketVector; std::vector _rxPacketThreads; Mutex _rxPacketVector_m, _rxPacketThreads_m; std::vector _rxThreads; - unsigned int _rxThreadCount; - bool _enabled; + bool _enabled = false; }; } // namespace ZeroTier