Go to file
Stephen Seo 42fde9a2d0 Implement publickey whitelist (using libsodium)
Renamed "mutex" to "conMapMutex" since it is mainly used to lock access
to the connection map.

Removed UDPC_client_initiate_connection_pk() as publickey whitelisting
replaces its functionality.
2020-01-02 20:54:32 +09:00
src Implement publickey whitelist (using libsodium) 2020-01-02 20:54:32 +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