Skip to content

Commit fd10013

Browse files
LuDudarlubos
authored andcommitted
manifest: sdk-connectedhomeip: Fix reliability issues with multicasts
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]>
1 parent eee500f commit fd10013

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,15 @@ Matter
385385

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

388+
.. 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
389+
390+
KRKNWK-19524: Reliability issues with multicast message delivery for certain Access Points.
391+
Certain Access Points require Wi-Fi devices to send Multicast Listener Discovery version 2 (MLDv2) Report messages for multicast packets to be properly delivered to a given address.
392+
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.
393+
394+
**Workaround:** To ensure reliable multicast communication, use the :c:func:`net_ipv6_mld_join` and :c:func:`net_ipv6_mld_leave` functions to explicitly subscribe or unsubscribe to multicast addresses.
395+
For reference, see the commit with the fix in the ``sdk-connectedhomeip`` repository (commit hash: ``TBD``).
396+
388397
.. rst-class:: v2-7-0
389398

390399
KRKNWK-19443: The device commissioning window can be opened for longer than 900 seconds, which violates the Matter specification.

0 commit comments

Comments
 (0)