I am trying to create a BSD socket to listen for messages from a specific IPv6 multicast address.I currently have no problem creating the socket listening on the correct address 0::0.
Is this possible? How can you convert an ipv4 to an ipv6 address? a few example from here: 0.0.0.0-&g开发者_运维百科t; ::
I have a docker heartbeat container up and running from where a connection should be made towards an ipv6 endpoint.