|
Host
|
Specifies the host name or IP address used to establish a TCPIP connection.
This parameter is only used when the Connection Type is set to Client.
|
A TCP/IP host name or IP address.
The configured default is localhost.
|
|
ServerPort
|
Specifies the port number of the TCP/IP destination. This is dependent
upon the specified Connection Type. If the value for Connection Type is:
|
The port number of the TCP/IP destination.
The default is 7777.
|
|
Backlog
|
Specifies the maximum length of the queue when creating the ServerSocket.
The maximum queue length for incoming connection indications (a request to
connect) is set to the backlog parameter. If a connection indication arrives
when the queue is full, the connection is refused.
Note –
This parameter is only used when Connection Type is set to Server.
|
An integer indicting the queue length for incoming connections.
The configured default value is 50.
|