UDPConnection.send

Sends a single packet.

If peer_address is given, the packet is send to that address. Otherwise the packet will be sent to the address specified by a call to connect().

struct UDPConnection
void
send
(
in ubyte[] data
,)

Meta