Fortinet white logo
Fortinet white logo

Script Reference Guide

TCP:isolate_client_close(flag)

TCP:isolate_client_close(flag)

Allows you to isolate the real server connection in the event the client connection closes. If the flag is 1, then FortiADC will not close the real server the client closes.

Syntax

TCP:isolate_client_close(flag)

Arguments

Name Description

flag

  • 1: Isolate client close.

  • 0: Does not isolate client close (default).

Events

Applicable in RULE_INIT.

Example

when RULE_INIT { 
    TCP:isolate_client_close(1) 
} 

Supported Version

FortiADC version 6.1.1 and later.

TCP:isolate_client_close(flag)

TCP:isolate_client_close(flag)

Allows you to isolate the real server connection in the event the client connection closes. If the flag is 1, then FortiADC will not close the real server the client closes.

Syntax

TCP:isolate_client_close(flag)

Arguments

Name Description

flag

  • 1: Isolate client close.

  • 0: Does not isolate client close (default).

Events

Applicable in RULE_INIT.

Example

when RULE_INIT { 
    TCP:isolate_client_close(1) 
} 

Supported Version

FortiADC version 6.1.1 and later.