connectivecpp / chops-net-ip

Chops Net IP ("C"onnective "H"andcrafted "Op"enwork "S"oftware), a tasty C++ library that makes asynchronous IP network coding fun!
Boost Software License 1.0
7 stars 3 forks source link

Consider templatizing outgoing queue container #10

Open cliffg-softwarelibre opened 5 years ago

cliffg-softwarelibre commented 5 years ago

As of April 2019, the outgoing queue is hard-coded in chops-net-ip (as std::queue). Consider making this more generic by templatizing the outgoing queue container. This will affect many aspects of the API, so this is not a simple or trivial redesign.