You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary goal is to integrate MLDv1 (RFC 2710) into FreeRTOS-Plus-TCP to facilitate the seamless integration of Matter devices. This implementation will focus on enabling crucial functionalities such as group joining and leaving within multicast environments, ensuring smooth network participation for Matter devices.
The text was updated successfully, but these errors were encountered:
Related to FreeRTOS#1047
Add MLDv1 support for IPv6 multicast group management.
* Add `vJoinMulticastGroup` and `vLeaveMulticastGroup` functions in `source/FreeRTOS_IPv6_Utils.c` to handle MLDv1 group joining and leaving.
* Update `source/FreeRTOS_IPv6.c` to include `vSendMLDv1Report` and `vSendMLDv1Done` functions for sending MLDv1 report and done messages.
* Declare `vJoinMulticastGroup` and `vLeaveMulticastGroup` functions in `source/include/FreeRTOS_IPv6_Utils.h`.
* Add MLDv1 group management function declarations in `source/include/FreeRTOS_IPv6.h`.
Related to FreeRTOS#1047
Add MLDv1 support for IPv6 multicast group management.
* Add `vJoinMulticastGroup` and `vLeaveMulticastGroup` functions in `source/FreeRTOS_IPv6_Utils.c` to handle MLDv1 group joining and leaving.
* Update `source/FreeRTOS_IPv6.c` to include `vSendMLDv1Report` and `vSendMLDv1Done` functions for sending MLDv1 report and done messages.
* Declare `vJoinMulticastGroup` and `vLeaveMulticastGroup` functions in `source/include/FreeRTOS_IPv6_Utils.h`.
* Add MLDv1 group management function declarations in `source/include/FreeRTOS_IPv6.h`.
Signed-off-by: Vishwanath Martur <[email protected]>
The primary goal is to integrate MLDv1 (RFC 2710) into FreeRTOS-Plus-TCP to facilitate the seamless integration of Matter devices. This implementation will focus on enabling crucial functionalities such as group joining and leaving within multicast environments, ensuring smooth network participation for Matter devices.
The text was updated successfully, but these errors were encountered: