ltm rule command TCP idletimeΒΆ

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



TCP::idletime
       Sets the TCP Idle Timeout.

SYNOPSIS
       TCP::idletime IDLE_TIME

DESCRIPTION
       Sets the number of seconds before BIG-IP deletes connections with no
       traffic. A value of zero indicates no time limit.

       Syntax

       TCP::idletime 

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 idletime to 100.
	    TCP::idletime 100
	}

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



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