ltm rule command SSL allow dynamic record sizingΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



SSL::allow_dynamic_record_sizing
       Get or set dynamic record sizing.

SYNOPSIS
       SSL::allow_dynamic_record_sizing (ZERO_ONE)?

DESCRIPTION
       SSL::allow_dynamic_record_sizing
	 Returns the currently set value for allowing dynamic record sizing
       SSL::allow_dynamic_record_sizing ( 0 | 1 )
	 0 disables dynamic record sizing, 1 enables it.
	 Dynamic record sizing, when using protocols such as HTTP, can
       increase respnonsiveness of a website.

RETURN VALUE
       SSL::allow_dynamic_record_sizing
	 Returns the currently set dynamic record sizing value.
       SSL::allow_dynamic_record_sizing [0|1]
	 There is no return value.

VALID DURING
       ALL_EVENTS

EXAMPLES
	when CLIENT_ACCEPTED {
	    SSL::allow_dynamic_record_sizing 1
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.1.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)