Skip to content

Commit d77d989

Browse files
authored
esp32: update the default values of MRP parameters (#41576)
1 parent c17e5ba commit d77d989

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
@@ -1161,7 +1161,7 @@ menu "CHIP Device Layer"
11611161
int "MRP local active retry interval for Thread network in milliseconds"
11621162
depends on ENABLE_MATTER_OVER_THREAD
11631163
range 0 3600000
1164-
default 800
1164+
default 2000
11651165
help
11661166
Base retry interval of the present Thread node when it is in the active state.
11671167

@@ -1177,7 +1177,7 @@ menu "CHIP Device Layer"
11771177
int "MRP local idle retry interval for Thread network in milliseconds"
11781178
depends on ENABLE_MATTER_OVER_THREAD
11791179
range 0 3600000
1180-
default 800
1180+
default 2000
11811181
help
11821182
Base retry interval of the present Thread node when it is in the idle state.
11831183

@@ -1193,7 +1193,7 @@ menu "CHIP Device Layer"
11931193
int "MRP retransmission delta timeout for Thread network in milliseconds"
11941194
depends on ENABLE_MATTER_OVER_THREAD
11951195
range 0 3600000
1196-
default 500
1196+
default 1500
11971197
help
11981198
A constant value added to the calculated retransmission timeout.
11991199

0 commit comments

Comments
 (0)