SSL::maximum_record_size

Description

SSL::maximum_record_size

  • Returns the currently set maximum egress record size.

SSL::maximum_record_size (ssl_record_size)

  • Set the maximum egress record size.

Syntax

SSL::maximum_record_size (SSL_RECORD_SIZE)?

Return Value

SSL::maximum_record_size Returns the currently set maximum egress record size. SSL::maximum_record_size ##### There is no return value.

Valid During

ALL_EVENTS

Examples

when CLIENT_ACCEPTED {
     SSL::maximum_record_size 1234
 }

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.