mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 04:00:10 +00:00
[dua] handle AddressError (#5516)
This commit enhances DUA feature to handle Address Error by increasing the DAD counter and generating new DUA address if a DUA conflict is detected.
This commit is contained in:
@@ -127,6 +127,7 @@ AQ_TIMEOUT = 3
|
||||
ADDRESS_QUERY_INITIAL_RETRY_DELAY = 15
|
||||
DEFAULT_CHILD_TIMEOUT = 6
|
||||
VIRTUAL_TIME = int(os.getenv('VIRTUAL_TIME', 0))
|
||||
PARENT_AGGREGATIOIN_DELAY = 5
|
||||
|
||||
LEADER_NOTIFY_SED_BY_CHILD_UPDATE_REQUEST = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user