ltm rule command TCP rtoΒΆ

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

TCP::rto
       Returns the current value of Retransmission timeout.

SYNOPSIS
       TCP::rto

DESCRIPTION
       Returns the last setting to which the retransmit timer was set in milliseconds. It does not include time
       elapsed since the timer was set.

RETURN VALUE
       Retransmit timer value in milliseconds.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_CLOSED {
	    set rto [TCP::rto]
	    log local0. "Final RTO value is $rto"
	}

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

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