Optional
dstOptional
dstThe destination port to use for the outgoing multicast packet.
Note: if not specified, the packet is sent to the port specified in the constructor options.
Optional
srcThe source address to use for the outgoing multicast packet.
Note: if not specified, the packet is sent out of all the underlying
unicast sockets so long as sendViaMulticast
is not specified.
Optional
useIf set, will send the packet via the multicast socket.
The unicast destination address to use for the outgoing packet.
Note: if not specified, the packet is sent to the multicast address specified in the constructor options.