intra-connection-timeout
Syntax
intra-connection-timeout = number_of_seconds
Description
This parameter affects request and response data sent as two or more fragments. The parameter specifies the timeout (in seconds) between each request data fragment after the first data fragment is received by WebSEAL. The parameter also governs the timeout between response data fragments after the first data fragment is returned by WebSEAL.
Options
- number_of_seconds
- If the value of this parameter is set to 0 (or not set), connection timeouts between data fragments are governed instead by the client-connect-timeout parameter. The exception to this rule occurs for responses returned over HTTP (TCP). In this case, there is no timeout between response fragments. If a connection timeout occurs on a non-first data fragment due to the intra-connection-timeout setting, a TCP RST (reset) packet is sent.
Usage
This stanza entry is required.
Default value
60
Example
intra-connection-timeout = 60