Skip to content

Commit 3ae80a7

Browse files
Damian-Nordiccvinayak
authored andcommitted
matter: Increase default retry interval for Thread
The current 800ms is not enough in real setups, where Thread routers must serve as intermediate hops for many parallel conversations. Bump this to 2s. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
1 parent 697494c commit 3ae80a7

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Bluetooth Mesh
8181
Matter
8282
------
8383

84-
|no_changes_yet_note|
84+
* Updated default MRP retry intervals for Thread devices to two seconds to reduce the number of spurious retransmissions in Thread networks.
8585

8686
Matter fork
8787
+++++++++++

samples/matter/light_bulb/src/chip_project_config.h

-8
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,3 @@
1414
*/
1515

1616
#pragma once
17-
18-
/*
19-
* Switching from Thread child to router may cause a few second packet stall.
20-
* Until this is improved in OpenThread we need to increase the retransmission
21-
* interval to survive the stall.
22-
*/
23-
#define CHIP_CONFIG_MRP_LOCAL_IDLE_RETRY_INTERVAL (1000_ms32)
24-
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (1000_ms32)

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ manifest:
154154
- name: matter
155155
repo-path: sdk-connectedhomeip
156156
path: modules/lib/matter
157-
revision: 0987a50c6fc6b123e0f0bb97cfe1feff6a5f63b2
157+
revision: ca3672fbb939180da8e43e6994e01c89fa9dcd02
158158
submodules:
159159
- name: nlio
160160
path: third_party/nlio/repo

0 commit comments

Comments
 (0)