Skip to content

Commit

Permalink
[nasa/nos3#202] Reduced TO_WAKEUP_TIMEOUT to 50ms for both UDP and UD…
Browse files Browse the repository at this point in the history
…P_TF;
  • Loading branch information
jlucas9 committed Apr 30, 2024
1 parent d30dca1 commit 8bb2d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fsw/examples/udp/to_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fsw/examples/udp_tf/to_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8bb2d90

Please sign in to comment.