ltm rule command TCP limxmitΒΆ

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

TCP::limxmit
       Toggles the TCP limited transmit.

SYNOPSIS
       TCP::limxmit BOOL_VALUE

DESCRIPTION
       Enables or disables TCP limited transmit recovery, which sends new data in response to duplicate acks. See RFC3042 for
       details.

       Syntax

       TCP::limxmit 

RETURN VALUE
       None.

VALID DURING
       ANY_EVENT

EXAMPLES
	when SERVER_CONNECTED {
	    log local0. "Client: [client_addr]:[client_port] - Server: [server_addr]:[server_port]."
	    # Set server-side limited transmit to disable.
	    TCP::limxmit disable
	}

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

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