mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 20:20:04 +00:00
[tests] set default node parameters (#6593)
This commit set default node parameters and remove unnecessary parameters in topologies. - router selection jitter to 1s - panid to 0xface
This commit is contained in:
@@ -139,6 +139,7 @@ VIRTUAL_TIME = int(os.getenv('VIRTUAL_TIME', 0))
|
||||
PARENT_AGGREGATIOIN_DELAY = 5
|
||||
DUA_DAD_DELAY = 5
|
||||
DEFAULT_BBR_REGISTRATION_JITTER = 2
|
||||
DEFAULT_ROUTER_SELECTION_JITTER = 1
|
||||
|
||||
LEADER_NOTIFY_SED_BY_CHILD_UPDATE_REQUEST = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user