SDLNet.UDPSocket.send_many:
Description:
public int send_many (
SDLNet.UDPPacket[] packets)
Send a vector of packets to the the channels specified within the packet. If the channel specified in the packet is -1, the packet will be sent to the address in the 'src' member of the packet. Each packet will be updated with the status of the packet after it has been sent, -1 if the packet send failed.
Parameters:
Returns:
This function returns the number of packets sent.