IPV6 link local multicasting.
I'm trying to figure out how to do the equivalent of an IPV4 broadcast using IPV6. I'm creating a non-blocking IPV6 UDP socket. From the side broadcasting i'm literally just doing a sendto "FF02::1" on port 12346. On the listen side I discovered I need to join the group so I did the following: ipv6_mreq membership; memset( ...