Skip to content

Commit 48f6933

Browse files
authored
esp32: update the default values of MRP parameters (project-chip#41617)
1 parent 4ca7325 commit 48f6933

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
@@ -1266,7 +1266,7 @@ menu "CHIP Device Layer"
12661266
int "MRP local active retry interval for Thread network in milliseconds"
12671267
depends on ENABLE_MATTER_OVER_THREAD
12681268
range 0 3600000
1269-
default 800
1269+
default 2000
12701270
help
12711271
Base retry interval of the present Thread node when it is in the active state.
12721272

@@ -1282,7 +1282,7 @@ menu "CHIP Device Layer"
12821282
int "MRP local idle retry interval for Thread network in milliseconds"
12831283
depends on ENABLE_MATTER_OVER_THREAD
12841284
range 0 3600000
1285-
default 800
1285+
default 2000
12861286
help
12871287
Base retry interval of the present Thread node when it is in the idle state.
12881288

@@ -1298,7 +1298,7 @@ menu "CHIP Device Layer"
12981298
int "MRP retransmission delta timeout for Thread network in milliseconds"
12991299
depends on ENABLE_MATTER_OVER_THREAD
13001300
range 0 3600000
1301-
default 500
1301+
default 1500
13021302
help
13031303
A constant value added to the calculated retransmission timeout.
13041304

0 commit comments

Comments
 (0)