]> git.seodisparate.com - UDPConnection/commit
Rework sendPkts (sending queue)
authorStephen Seo <seo.disparate@gmail.com>
Fri, 27 Sep 2019 11:19:48 +0000 (20:19 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 27 Sep 2019 11:19:48 +0000 (20:19 +0900)
commitb11d87ca1291484cf83fa81bd58f2250de0460b1
treebdb789c6512723a8772c14ffd11c4216f6f12b45
parent98e88237ce3304b4257311240d38dc89d4b1d507
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.
cpp_impl/src/TSQueue.hpp
cpp_impl/src/UDPC_Defines.hpp
cpp_impl/src/UDPConnection.cpp
cpp_impl/src/UDPConnection.h
cpp_impl/src/test/UDPC_NetworkTest.cpp