From 8bb2d90ca7916c1325286335dadb6de9c5e183d1 Mon Sep 17 00:00:00 2001 From: "Lucas, John P" Date: Tue, 30 Apr 2024 18:49:17 -0400 Subject: [PATCH] [nasa/nos3#202] Reduced TO_WAKEUP_TIMEOUT to 50ms for both UDP and UDP_TF; --- fsw/examples/udp/to_platform_cfg.h | 1 + fsw/examples/udp_tf/to_platform_cfg.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fsw/examples/udp/to_platform_cfg.h b/fsw/examples/udp/to_platform_cfg.h index ad2550b..93922d2 100644 --- a/fsw/examples/udp/to_platform_cfg.h +++ b/fsw/examples/udp/to_platform_cfg.h @@ -36,6 +36,7 @@ extern "C" { */ #define TO_NUM_CRITICAL_MIDS 3 #define TO_DEFAULT_DEST_PORT 5011 +#define TO_WAKEUP_TIMEOUT 50 #define TO_SCH_PIPE_DEPTH 32 #define TO_CMD_PIPE_DEPTH 32 diff --git a/fsw/examples/udp_tf/to_platform_cfg.h b/fsw/examples/udp_tf/to_platform_cfg.h index 61cd3f7..ece3c8e 100644 --- a/fsw/examples/udp_tf/to_platform_cfg.h +++ b/fsw/examples/udp_tf/to_platform_cfg.h @@ -41,7 +41,7 @@ extern "C" { #define TO_NUM_CRITICAL_MIDS 3 #define TO_MAX_TBL_ENTRIES 100 -#define TO_WAKEUP_TIMEOUT 100 +#define TO_WAKEUP_TIMEOUT 50 #define TO_CONFIG_TABLENAME "to_config" #define TO_CONFIG_FILENAME "/cf/to_config.tbl"