Skip to content

Commit 1698e35

Browse files
authored
esp32: update the default values of MRP parameters (project-chip#41616)
1 parent 4bdd883 commit 1698e35

File tree

1 file changed

+3
-3
lines changed
  • config/esp32/components/chip

1 file changed

+3
-3
lines changed

config/esp32/components/chip/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ menu "CHIP Device Layer"
13051305
int "MRP local active retry interval for Thread network in milliseconds"
13061306
depends on ENABLE_MATTER_OVER_THREAD
13071307
range 0 3600000
1308-
default 800
1308+
default 2000
13091309
help
13101310
Base retry interval of the present Thread node when it is in the active state.
13111311

@@ -1321,7 +1321,7 @@ menu "CHIP Device Layer"
13211321
int "MRP local idle retry interval for Thread network in milliseconds"
13221322
depends on ENABLE_MATTER_OVER_THREAD
13231323
range 0 3600000
1324-
default 800
1324+
default 2000
13251325
help
13261326
Base retry interval of the present Thread node when it is in the idle state.
13271327

@@ -1337,7 +1337,7 @@ menu "CHIP Device Layer"
13371337
int "MRP retransmission delta timeout for Thread network in milliseconds"
13381338
depends on ENABLE_MATTER_OVER_THREAD
13391339
range 0 3600000
1340-
default 500
1340+
default 1500
13411341
help
13421342
A constant value added to the calculated retransmission timeout.
13431343

0 commit comments

Comments
 (0)