UDP Path Options

Getting there

In InfoConnect Manager 32, click Configure and select Paths. Click Add. From the Path Template drop-down, select TCP. Click Configure. Enter an IP address, click UDP as the Socket and click Configure.

Using this dialog box, you can specify various options that affect communication with the host.

Remote Port

Click the port to use.

Remote Port - Value

If you clicked any port name except OTHER, the value associated with that port appears here. To change this value, you must modify the Windows registry. Additional information.

If you clicked OTHER, type the value to use for the port. Refer to the documentation provided with your protocol library for information on the correct value to use.

Local Port - Auto selected

Select this option to let the TCP/IP Transport determine which port on your PC to use automatically.If you clear Auto selected, the TCP/IP Transport will use the local port number specified in the Value field. You can enter the number of the local port to use.

Visible Addressing

Select this option to pass the IP address of each received UDP datagram to the application. You should select this option only if your application is designed to process this information.

If you clear this option, the TCP/IP Transport removes and stores the IP address from any received datagram and passes only the data itself to the application. When it receives a response from the application, the TCP/IP Transport automatically adds the stored IP address at the beginning of the data before sending it out.