]> git.seodisparate.com - UDPConnection/commit
Store connections based on both addr and port
authorStephen Seo <seo.disparate@gmail.com>
Tue, 27 Aug 2019 08:00:29 +0000 (17:00 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 27 Aug 2019 08:00:29 +0000 (17:00 +0900)
commit1382cc6b7cfda88566d9205c000c4ab8f8685bb2
treeb8b4289aa0d666d4cfbc18d01e2939a34893a328
parent57e270eb151fa89df8ec9efe453f34c9ea310604
Store connections based on both addr and port

Previous implementation only stored based on addr only, preventing
connections from/to the same address but different ports.
cpp_impl/src/UDPC_Defines.hpp
cpp_impl/src/UDPConnection.cpp
cpp_impl/src/UDPConnection.h