ltm rule command TCP ecnΒΆ

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



TCP::ecn
       Toggles TCP Explicit Congestion Notification.

SYNOPSIS
       TCP::ecn BOOL_VALUE

DESCRIPTION
       Enables or disables TCP explicit congestion notification.  When
       enabled, respond to explicit router notification of congestion by
       invoking the TCP congestion response.  See RFC3168 for details.

       Syntax

       TCP::ecn 

RETURN VALUE
       None.

VALID DURING
       ANY_EVENT

EXAMPLES
	when SERVER_CONNECTED {
	    log local0. "Client: [client_addr]:[client_port] - Server: [server_addr]:[server_port]."
	    TCP::ecn disable
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0



BIG-IP				  2018-07-19			      iRule(1)