socket.send(msg, [offset, length,] port, address[, callback])
msg <Buffer> | <String> | <Array> Message to be sent
offset <Number> Integer. Optional. Offset in the buffer where the message starts.
length <Number> Integer. Optional. Number of bytes in the message.
port <Number> Integer. Destination port.
address <String> Destination hostname or IP address.
callback <Function> Called when the message has been sent. Optional.
Broadcasts a dat