Skip to content

Commit 23c2f7e

Browse files
author
Juha Heiuskanen
committed
Disable ASYNCH messages at enter Local repair state.
This will fix recovery time at test which test Border router timeout.
1 parent c1df6b0 commit 23c2f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,6 +2595,8 @@ static void ws_bootstrap_rpl_callback(rpl_event_t event, void *handle)
25952595

25962596
} else if (event == RPL_EVENT_LOCAL_REPAIR_START) {
25972597
tr_debug("RPL local repair start");
2598+
//Disable Asynchs
2599+
ws_bootstrap_asynch_trickle_stop(cur);
25982600
ws_nwk_event_post(cur, ARM_NWK_NWK_CONNECTION_DOWN);
25992601

26002602
} else if (event == RPL_EVENT_DAO_PARENT_ADD) {

0 commit comments

Comments
 (0)