UDPConnection/cpp_impl
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
..
RingBuffer@2873bfb554 Change TSQueue to be a wrapper around a queue 2019-07-07 14:13:16 +09:00
src Rework sendPkts (sending queue) 2019-09-27 20:19:48 +09:00
.gitignore Create Thread-Safe-Queue (untested) 2019-06-06 16:40:17 +09:00
CMakeLists.txt Implement header verification via libsodium 2019-09-23 20:11:12 +09:00