Go to file
Stephen Seo b11d87ca12 Rework sendPkts (sending queue)
Changed sendPkts in ConnectionData to std::deque, added a TSQueue
cSendPkts to Context. Queued packets will be moved to corresponding
ConnectionData instances during update, dropping with a warning those
where a connection does not exist.

Minor other fixes.

Some additions to TSQueue.
2019-09-27 20:19:48 +09:00
c_impl Fix c_impl not installing to lib/ for Debug 2019-04-22 18:27:34 +09:00
cpp_impl Rework sendPkts (sending queue) 2019-09-27 20:19:48 +09:00
rust_binding Fix c_impl not installing to lib/ for Debug 2019-04-22 18:27:34 +09:00
.gitmodules Change TSQueue to be a wrapper around a queue 2019-07-07 14:13:16 +09:00