1
0
forked from fsfw/fsfw

refactoring unix udp bridge

This commit is contained in:
2021-03-12 17:15:53 +01:00
parent 7173d2ecfc
commit 8ab2044c30
4 changed files with 112 additions and 50 deletions

View File

@ -5,6 +5,9 @@
#include <fsfw/ipc/MutexGuard.h>
#include <ws2tcpip.h>
//! Debugging preprocessor define.
#define FSFW_UDP_SEND_WIRETAPPING_ENABLED 0
const std::string TmTcWinUdpBridge::DEFAULT_UDP_SERVER_PORT = "7301";
const std::string TmTcWinUdpBridge::DEFAULT_UDP_CLIENT_PORT = "7302";