SSL::allow_dynamic_record_sizing

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.

Syntax

SSL::allow_dynamic_record_sizing (ZERO_ONE)?

Return Value

SSL::allow_dynamic_record_sizing Returns the currently set dynamic record sizing value. SSL::allow_dynamic_record_sizing 1 There is no return value.

Valid During

ALL_EVENTS

Examples

when CLIENT_ACCEPTED {
     SSL::allow_dynamic_record_sizing 1
 }

Change Log

@BIGIP-12.1.0

  • First introduced the command.

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.