UDP
The User Datagram Protocol (UDP) is a connection-less protocol to send messages on an IP network. Tenzir supports writing to and reading from UDP sockets, both in server (listening) and client (connect) mode.
Use the IP address 0.0.0.0
to listen on all available network interfaces.
URL Support