Skip to content

Commit

Permalink
Disable ASYNCH messages at enter Local repair state.
Browse files Browse the repository at this point in the history
This will fix recovery time at test which test Border router timeout.
  • Loading branch information
Juha Heiuskanen committed Jan 11, 2021
1 parent c1df6b0 commit 23c2f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/6LoWPAN/ws/ws_bootstrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2595,6 +2595,8 @@ static void ws_bootstrap_rpl_callback(rpl_event_t event, void *handle)

} else if (event == RPL_EVENT_LOCAL_REPAIR_START) {
tr_debug("RPL local repair start");
//Disable Asynchs
ws_bootstrap_asynch_trickle_stop(cur);
ws_nwk_event_post(cur, ARM_NWK_NWK_CONNECTION_DOWN);

} else if (event == RPL_EVENT_DAO_PARENT_ADD) {
Expand Down

0 comments on commit 23c2f7e

Please sign in to comment.