UDPConnection/src
Stephen Seo 76c5bb750d Use memcpy instead of pointer casted assignment
std::memcpy is used over int pointer casted assignment due to possible
alignment issues that may cause the casted pointer to be invalid.
2020-04-18 16:09:00 +09:00
..
test Change how UDPC_PacketInfo handles it's data 2020-04-15 19:56:15 +09:00
TSLQueue.hpp Fix use of C++14/C++17, only C++11 is supported 2020-03-06 12:05:33 +09:00
UDPC.h Change how UDPC_PacketInfo handles it's data 2020-04-15 19:56:15 +09:00
UDPC_Defines.hpp Change how UDPC_PacketInfo handles it's data 2020-04-15 19:56:15 +09:00
UDPConnection.cpp Use memcpy instead of pointer casted assignment 2020-04-18 16:09:00 +09:00