1
0
forked from fsfw/fsfw

wiretapping disabled again

This commit is contained in:
2021-03-15 21:33:45 +01:00
parent 588f9471d8
commit ca4a0b1bb8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include <ws2tcpip.h>
//! Debugging preprocessor define.
#define FSFW_UDP_SEND_WIRETAPPING_ENABLED 1
#define FSFW_UDP_SEND_WIRETAPPING_ENABLED 0
const std::string TmTcWinUdpBridge::DEFAULT_UDP_SERVER_PORT = tcpip::DEFAULT_UDP_SERVER_PORT;