UDP remains default for now

This commit is contained in:
2021-07-26 11:47:45 +02:00
parent be6ae6b7ae
commit 2a5f824161
4 changed files with 22 additions and 3 deletions

View File

@ -20,7 +20,7 @@ debugging. */
// Use TCP instead of UDP for the TMTC bridge. This allows using the TMTC client locally
// because UDP packets are not allowed in the VPN
#define OBSW_USE_TMTC_TCP_BRIDGE 1
#define OBSW_USE_TMTC_TCP_BRIDGE 0
#define OBSW_PRINT_MISSED_DEADLINES 1
#define OBSW_ADD_TEST_CODE 1