|
ServerPort
|
Specifies the port number of the TCP/IP destination. This is dependent
on the value set for Connection Type,
-
If Connection Type is set to Server, it indicates the port
number on the local host.
-
If Connection Type is set to Client, it indicates the port
number of the external host.
|
An integer between 0 and 65535, indicating
the port number of the TCP/IP destination.
The configured default is 8888.
|
|
Backlog
|
Specifies the maximum length of the queue when creating the ServerSocket.
The maximum queue length for the incoming connection indications (request
to connect) is set to the Backlog parameter. When a connection indication
arrives and the queue is full, the connection is refused.
This parameter is only used when Connection Type is set to Server.
|
An integer indicating the maximum length of the queue when creating
the ServerSocket.
The configured default is 50.
|