Currently, my application code uses udp broadcast to send the packets. While porting the application to ipv6 , how can I send the UDP packets to several nodes. Broadcast ipv4 address cant be passed directly to AF_INET6 sockets. I am new to this field.