UDP
Description
The UDP service is made up of two components, a UDP server running on the Upstream DD Engine and a UDP client running on the Downstream DD Engine.
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
In this section, the UDP service parameters are described in detail. Parameters are divided into sections, UDP Server Upstream and UDP Client Downstream, in the same way as they are displayed when configuring the service using the DD Manager.
In DD Manager, as well as in the parameter descriptions below, mandatory parameters are indicated by asterisks (*).
UDP Server Upstream
| Parameter | Description | Format | 
|---|---|---|
| Port * | The UDP port at which the service will listen for incoming packets. | Integer within range 1-65535 | 
UDP Client Downstream
| Parameter | Description | Format | 
|---|---|---|
| Address * | Address 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 | 
| Port * | UDP port that the service will forward packets to. | Integer within range 1-65535 |