Skip to content

Commit

Permalink
matter: Increase default retry interval for Thread
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Damian-Nordic authored and nordicjm committed Apr 19, 2024
1 parent 4e0c809 commit 3302905
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Matter
------

* Added support for merging the generated factory data HEX file with the firmware HEX file by using the devicetree configuration, when Partition Manager is not enabled in the project.
* Updated default MRP retry intervals for Thread devices to two seconds to reduce the number of spurious retransmissions in Thread networks.

Matter fork
+++++++++++
Expand Down
8 changes: 0 additions & 8 deletions samples/matter/light_bulb/src/chip_project_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@
*/

#pragma once

/*
* Switching from Thread child to router may cause a few second packet stall.
* Until this is improved in OpenThread we need to increase the retransmission
* interval to survive the stall.
*/
#define CHIP_CONFIG_MRP_LOCAL_IDLE_RETRY_INTERVAL (1000_ms32)
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (1000_ms32)
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: aaf689381ccc012aee4cc8a41ce232f65f0baa9d
revision: d769c56c6ad764bfe1c2b5f2111a640775301060
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down

0 comments on commit 3302905

Please sign in to comment.