eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
799 stars 349 forks source link

Fix Zephyr ipv4 multicast join/leave support #2004

Closed PatrickM-ZS closed 1 month ago

PatrickM-ZS commented 1 month ago

Since i neglected to remove the now deprecated struct ip_mreq workaround for Zephyr in my last PR #1988, it went unnoticed that Zephyr's POSIX implementation (or should i say interpretation?) demands the use of ip_mreqn without a fall-back to ip_mreq as supported by almost any other OS out there.