ltm rule command TCP proxybufferhighΒΆ

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

TCP::proxybufferhigh
       Gets proxy buffer high threshold.

SYNOPSIS
       TCP::proxybufferhigh

DESCRIPTION
       Gets the threshold at which the proxy buffer stops accepting new data, in bytes.

       Syntax

       TCP::proxybufferhigh

RETURN VALUE
       The proxy buffer high threshold.

VALID DURING
       SERVER_INIT, SERVER_CONNECTED, SERVER_DATA

EXAMPLES
	when SERVER_CONNECTED {
	    log local0.debug "[TCP::proxybufferhigh]"
	}

HINTS
SEE ALSO
       TCP::proxybuffer TCP::proxybufferlow

CHANGE LOG
       @BIGIP-13.0.0 --First introduced the command.

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