created common OSAL stuff to unify UDP code

This commit is contained in:
2021-03-21 00:30:33 +01:00
parent e44f8bfea3
commit d625642abc
13 changed files with 214 additions and 89 deletions

View File

@ -6,8 +6,7 @@
namespace tcpip {
const char* const DEFAULT_UDP_SERVER_PORT = "7301";
const char* const DEFAULT_TCP_SERVER_PORT = "7303";
const char* const DEFAULT_SERVER_PORT = "7301";
enum class Protocol {
UDP,