I see it uses AF_INET with no AF_INET6, and there are probably other problems also preventing ipv6 addresses from being used to multicast. When I naively tried feeding it "ff02::1" for the address, I got back an error message:
sender.hs: user error (inet_addr: Malformed address: ff02::1)
I see it uses AF_INET with no AF_INET6, and there are probably other problems also preventing ipv6 addresses from being used to multicast. When I naively tried feeding it "ff02::1" for the address, I got back an error message:
sender.hs: user error (inet_addr: Malformed address: ff02::1)