ltm rule command TCP naglestateΒΆ

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



TCP::naglestate
       Returns current state of Nagle algorithm.

SYNOPSIS
       TCP::naglestate

DESCRIPTION
       If the Nagle mode is "enabled" or "disabled", it returns that mode. If
       "auto", it returns the current selection of the autotuning.

RETURN VALUE
       The string "disabled" or "enabled"

VALID DURING
       ANY_EVENT

EXAMPLES
	# Get the TCP Nagle state of the TCP flow.
	when CLIENT_ACCEPTED {
	    log local0. "TCP Nagle state: [TCP::naglestate]"
	}

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



BIG-IP				  2017-01-31			      iRule(1)