mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
bc6ce12f03
Current `Routing Manager` implementation will try to send the failed RS messages in 60 seconds. RS failures happen often when the infra interface is re-enabled which is the case of rebooting, and it could not be acceptable for the border router to take 1 minute to recover the IPv6 connectivity after reboot. To resolve this issue, this commit changes the delay to `kRtrSolicitationInterval` (4 seconds) which is the interval between two successful RS messages.