Skip to main content

UDP

The UDP service is made up of two components, a UDP server running on the Upstream side of the Data Diode and a UDP client running on the Downstream side.

The server reads incoming UDP packets and directly forwards the payload of each packet to the Downstream service.

A protocol break is performed when transferring data through the service. This means that only the data section of the UDP datagram is forwarded from the server service to the client service.

Configuration

Parameters are divided into sections in the same way as they will be when configuring the service using the DD Manager.

Upstream

ParameterDescriptionFormat
PortThe UDP port at which the service will listen for incoming packets.Integer within range 1-65535

Downstream

ParameterDescriptionFormat
AddressAddress of the remote host to which data will be forwarded, either an IP address or a hostname.Internet host name, see RFC 1123, section 2.1
PortTCP port that the service will forward packets to.Integer within range 1-65535