]> git.seodisparate.com - UDPConnection/commit
Impl create id with hostname
authorStephen Seo <seo.disparate@gmail.com>
Sun, 26 Apr 2020 09:36:49 +0000 (18:36 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sun, 26 Apr 2020 09:52:06 +0000 (18:52 +0900)
commit31ca4ddc4460bb5d27937ea05401ecdc39a9a364
treed45dcd00c49daef2c136ce96e25f22a0182493e6
parent5dcab1d59057f4929a6a3287fb7e86ecdcd59e50
Impl create id with hostname

Previously, ids could only be created with an ip address. Now they can
be made with a hostname, which will be looked up by UDPC.

Also fix client still requesting connections even if
accept-new-connections flag is false.
src/UDPC.h
src/UDPC_Defines.hpp
src/UDPConnection.cpp
src/test/TestUDPC.cpp
src/test/UDPC_NetworkTest.c