Hello Peter,
Thanks for your reply.
At moment, the multicast sendto function works fine in my S32R41 platform. While still failed to receive multicast data. I think the main issue is how to add the multicast address into my socket.
1) If use setsockopt() interface, there is no option as "IP_ADD_MEMBERSHIP" ;
2) If use net_ipv4_igmp_join() with CONFIG_NET_IPV4_IGMP enabled, still not work.
So do you have any suggestions for me?
Best regards
Jerry