mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 13:47:47 +00:00
[routing-manager] add minimal delay between RAs (#7473)
This commit adds minimal delay (3 seconds) between consecutive Router Advertisements according to `6.2.6. Processing Router Solicitations, RFC4861`.
This commit is contained in:
@@ -108,6 +108,9 @@ class MultiThreadNetworks(thread_cert.TestCase):
|
||||
self.simulator.go(5)
|
||||
self.assertEqual('router', router2.get_state())
|
||||
|
||||
# Wait for network to stabilize
|
||||
self.simulator.go(15)
|
||||
|
||||
self.collect_ipaddrs()
|
||||
|
||||
logging.info("BR1 addrs: %r", br1.get_addrs())
|
||||
|
||||
Reference in New Issue
Block a user