Opens a UDP multicast socket to send a single datagram to multiple receivers in parallel on the port you specify. UDP multicasting may have less overhead in code and on the network than unicasting because multicasting does not require the sender to maintain a list of clients or send multiple copies of the data to each client.