-
Hi, I'm trying to understand what happens when a SED fails to connect to a network. Maybe it is out of range for a while. What is the retry mechanism? All I know for now is that I call Is the retry process on the openthread side or on the OS side (which would be Zephyr in my case)? Or do I, the end user, need to manage the connection retry? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
OpenThread handles the reattach behavior. See documentation for |
Beta Was this translation helpful? Give feedback.
-
Is there any api to force this reattach process to restart now? We have configured a large Backoff time, but would like to either reset the timer or try a single time on user interaction. This way we do not waste battery when the device is not in use while detached, but can respond quickly when the user uses the device. |
Beta Was this translation helpful? Give feedback.
OpenThread handles the reattach behavior.
See documentation for
OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_ENABLE
for more details.