UDPConnection/cpp_impl
Stephen Seo 7c889eee6a Fixes and improvements (add use of TSLQueue)
Replace "unsigned long long" in TSLQueue with "unsigned long" to keep
compatibility with C.

Add top_and_pop_and_rsize() to TSLQueue.

Fix log levels in UDPC.

Replace TSQueue with TSLQueue in UDPC_Context.
Also fix NetworkTest with TSLQueue related changes.
2019-11-06 14:39:09 +09:00
..
RingBuffer@2873bfb554 Change TSQueue to be a wrapper around a queue 2019-07-07 14:13:16 +09:00
src Fixes and improvements (add use of TSLQueue) 2019-11-06 14:39:09 +09:00
.gitignore Create Thread-Safe-Queue (untested) 2019-06-06 16:40:17 +09:00
CMakeLists.txt Add WIP UnitTests for TSLQueue 2019-10-24 20:25:41 +09:00