Go to file
Stephen Seo 4c48dbb0cf Replace TSLQueue with std::deque where possible
Also added std::mutex for each new std::deque. cSendPkts is left as a
TSLQueue because it needs to support fast removal from the middle of the
data structure (mainly because the queued packets per ConnectionData has
an imposed limit of packets to hold).
2020-01-08 19:55:12 +09:00
src Replace TSLQueue with std::deque where possible 2020-01-08 19:55:12 +09:00
.gitignore Update .gitignore 2019-12-04 15:08:25 +09:00
.gitmodules Remove unused TSQueue and RingBuffer 2019-11-06 14:42:35 +09:00
CMakeLists.txt Fix UnitTests using C++17 (now uses C++11) 2019-12-11 21:24:28 +09:00
Doxyfile More work on Doxygen style documentation 2019-12-04 13:08:30 +09:00