[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:
Simon Lin
2020-09-27 11:32:33 -07:00
committed by GitHub
parent f013a30409
commit fad92841e7
7 changed files with 198 additions and 10 deletions
+1
View File
@@ -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