Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If If you have double clicked on a Host Route in the list or selected the New or Edit buttons on the main window, the Host Route Information dialog box is displayed.



The route record created using the Host Route Information dialog is not required if you are using the default TCP host name/port pair format.

...

If you are not using the default host route, please continue with the options on this dialog:

Use TCP/IP Host Name (or IP Address) and Port pair notation as System Name

Select this option to use a generated LU name for TCP host name/port pair format.

...

Enter the name of a host to which you want to connect.

For LANSA Open, this is the name used in a call to LceUseSystem.

...

The default port number is 4545.

If used, the Listener component on the host must also be configured to listen on this port number.

...

The Nagle algorithm combines multiple send calls in a small data buffer and delays sending it until an acknowledgement acknowledgment for the previous data packet sent is received from the remote host. It is enabled as the default in TCP/IP socket.

...

If no data is returned from the application server in the specified time in seconds, the connection is automatically closed and an error is returned to the client application.

The default of 0 second that means no timeout at all. That is, the client application would wait indefinitely until the application server replies.

It is recommended that this parameter is left with the default, but it may be set by a networking specialist configuring it for special circumstances.

When you have completed your entries, press OK.

Use Secure Socket

Select this if the server has been configured to use secure sockets. If the server is configured to use secure sockets this option and the related settings must match the server settings.

SSL Version

Select the TLS version that has been specified on the server.

Use Custom Certificate

Select this if the server is using a custom certificate. That is if the server’s configuration has the “Use the certificate present at the below location” selected.

Common Name

This field is enabled when “Use Custom Certificate” is selected. Enter the common name/domain name that was specified when the certificate was generated. This value is used to validate the custom certificate sent from the server.