Is there any way to connect a single socket to multiple addresses so
that one single send() will transmit a single UDP datagram to more than
one destination. I have one client and serval hosts. The client needs to send
the packet to each host. The packet is very large and my system doesn't support
multicasting. Broadcasting is out of the question due to the packet size. I
guess I have to duplicate the packet for each host and send it peer to peer.
IS THERE A BETTER WAY?
Grateful,
Best regards,
-----------------
Michael C. Starkie
M.I.T. Lincoln Laboratory