From e7c81ef34e9db426d6ba72e2feae4180233631e5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 3 Oct 2014 22:03:19 -0700 Subject: Turns out that needed to be a list after all. Also clean up Multicaster::gather(). --- node/Switch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Switch.hpp') diff --git a/node/Switch.hpp b/node/Switch.hpp index 6b81b376..543d49ca 100644 --- a/node/Switch.hpp +++ b/node/Switch.hpp @@ -242,7 +242,7 @@ private: Mutex _defragQueue_m; // ZeroTier-layer RX queue of incoming packets in the process of being decoded - std::vector< SharedPtr > _rxQueue; + std::list< SharedPtr > _rxQueue; Mutex _rxQueue_m; // ZeroTier-layer TX queue by destination ZeroTier address -- cgit v1.2.3