ltm rule command TCP push flagΒΆ

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

TCP::push_flag
       This command can be used to set/get the PUSH flag mode of a TCP connection.

SYNOPSIS
       TCP::push_flag ('default' | 'none' | 'one' | 'auto')?

DESCRIPTION
       TCP::push_flag returns the PUSH flag mode of a TCP connection.  TCP::push_flag mode sets the PUSH flag mode to
       specified mode.

       Syntax

       TCP::push_flag []

       TCP::push_flag

	    * Returns the PUSH flag mode of a TCP connection.

       TCP::push_flag 

	    * Sets the PUSH flag mode of a TCP connection to default.

       TCP::push_flag 

	    * Sets the PUSH flag mode of a TCP connection to none.

       TCP::push_flag 

	    * Sets the PUSH flag mode of a TCP connection to one.

       TCP::push_flag 

	    * Sets the PUSH flag mode of a TCP connection to auto.

RETURN VALUE
       TCP::push_flag returns the PUSH flag mode.

VALID DURING
       ANY_EVENT

EXAMPLES
	# get/set the PUSH flag mode of the TCP flow.
	when CLIENT_ACCEPTED {
	    log local0. "TCP set PUSH flag mode: [TCP::push_flag auto]"
	    log local0. "TCP get PUSH flag more: [TCP::push_flag]"
	}

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

BIG-IP						      2020-06-23					     iRule(1)