Skip to content

Commit 3f0cf36

Browse files
authored
[nexus] configure parent search backoff interval (openthread#12993)
Added OPENTHREAD_CONFIG_PARENT_SEARCH_BACKOFF_INTERVAL with a value of 10 minutes (10 * 60 seconds) to the Nexus core configuration. This helps in controlling the backoff behavior during parent search in the simulator, making it more interactive.
1 parent d8d1fe2 commit 3f0cf36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/nexus/openthread-core-nexus-config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
#define OPENTHREAD_CONFIG_NET_DIAG_VENDOR_SW_VERSION "OT-simul-nexus"
128128
#define OPENTHREAD_CONFIG_NETDATA_PUBLISHER_ENABLE 1
129129
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 256
130+
#define OPENTHREAD_CONFIG_PARENT_SEARCH_BACKOFF_INTERVAL (10 * 60)
130131
#define OPENTHREAD_CONFIG_PLATFORM_DNS_ENABLE 1
131132
#define OPENTHREAD_CONFIG_PLATFORM_DNSSD_ALLOW_RUN_TIME_SELECTION 0
132133
#define OPENTHREAD_CONFIG_PLATFORM_DNSSD_ENABLE 0

0 commit comments

Comments
 (0)