|
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:
|
An integer between 0 and 65535, indicating the port number of the TCP/IP
destination.
The port number of the TCP/IP destination. The default is 8888.
Note –
TCP/IP server connects binds to random port, if the port number
is 0.
|
|
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.
|