ltm rule command SSL maximum record sizeΒΆ

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

SSL::maximum_record_size
       Get or set the maximum egress record size.

SYNOPSIS
       SSL::maximum_record_size (SSL_RECORD_SIZE)?

DESCRIPTION
       SSL::maximum_record_size
	 Returns the currently set maximum egress record size.	SSL::maximum_record_size #####
	 Set the maximum egress 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
	}

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

BIG-IP							    2022-04-12							  iRule(1)