TCP:isolate_server_error(flag)
Allows you to isolate the client connection in the event of a real server error. If the flag is 1, then FortiADC will not close the client when the real server sends a RESET to FortiADC.
Syntax
TCP:isolate_server_error(flag)
Arguments
| Name | Description |
|---|---|
|
flag |
|
Events
Applicable in RULE_INIT.
Example
when RULE_INIT {
TCP:isolate_server_error(1)
}
Supported Version
FortiADC version 6.1.1 and later.