Opens a UDP socket to send a datagram to a single receiver on the port or service name you specify. If you want to send a single datagram to multiple receivers in parallel, which may reduce overhead both in code and on the network over sending a datagram to multiple receivers serially, use the
UDP Multicast Open
node instead of this one.