Skip to content

Commit

Permalink
manifest: sdk-connectedhomeip: Fix reliability issues with multicasts
Browse files Browse the repository at this point in the history
This commit updates the Matter SDK revision to include fixes that
improve the reliability of multicast message delivery by enabling MLDv2
reporting.

Signed-off-by: Łukasz Duda <[email protected]>
  • Loading branch information
LuDuda committed Oct 3, 2024
1 parent 547aaab commit c89b984
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/nrf/releases_and_maturity/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,15 @@ Matter

The issues in this section are related to the :ref:`ug_matter` protocol.

.. rst-class:: v2-7-0 v2-6-2 v2-6-1 v2-6-0 v2-5-3 v2-5-2 v2-5-1 v2-5-0 v2-4-4 v2-4-3 v2-4-2 v2-4-1 v2-4-0

KRKNWK-19524: Reliability issues with multicast message delivery for certain Access Points.
Certain Access Points require Wi-Fi devices to send MLDv2 (Multicast Listener Discovery version 2) Report messages in order for multicast packets to be properly delivered to a given address.
Matter over Wi-Fi devices only subscribed to multicast addresses within the internal IPv6 stack, without notifying the Access Points, leading to reliability issues with multicast message delivery.

**Workaround:** To ensure reliable multicast communication, use the ``net_ipv6_mld_join`` and ``net_ipv6_mld_leave`` functions to explicitly subscribe or unsubscribe to multicast addresses.
For reference, you can refer to the commit with the fix in the ``sdk-connectedhomeip`` repository (commit hash: ``TBD``).

.. rst-class:: v2-7-0

KRKNWK-19443: The device commissioning window can be opened for longer than 900 seconds, which violates the Matter specification.
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 89eb37b47ca8e4b9d309c431bde30bdb19d07577
revision: pull/486/head
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down

0 comments on commit c89b984

Please sign in to comment.