move from std::set to std::vector

more hidden service code

try fixing shadow simulation
pull/6/head^2
Jeff Becker 6 years ago
parent 9114d79bd6
commit 8b456f1f1f

@ -0,0 +1,10 @@
#ifndef LLARP_IWP_SENDQUEUE_HPP
#define LLARP_IWP_SENDQUEUE_HPP
#include <llarp/iwp/sendbuf.hpp>
#include <llarp/codel.hpp>
typedef llarp::util::CoDelQueue<sendbuf_t *, sendbuf_t::GetTime, sendbuf_t::PutTime,
sendbuf_t::Compare,
llarp::util::DummyMutex, llarp::util::DummyLock> sendqueue_t;
#endif
Loading…
Cancel
Save