Connection timeout
The connecttimeout parameter specifies how long the protocol handler waits for a connection manager thread to become available.
connecttimeout=<number>
- Description
- Set the value in the range 0 - 65,536 to specify the value in
milliseconds. When a new connection has been accepted, the protocol
handler waits for a connection manager thread to become available.
If a connection manager thread does not become available within this
time, the connection is refused. If this value is set to zero, a
connection is refused if a connection manager thread is not immediately
available.
This parameter is in the TCP protocol parameters subsection of the GATEWAY section of the configuration file.
- Default value
- If this parameter is not specified, the default value is 2000 milliseconds.