ltm rule command SCTP rto minΒΆ

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



SCTP::rto_min
       Returns the minimum value of SCTP retransmission timeout.

SYNOPSIS
       SCTP::rto_min (clientside | serverside)?

DESCRIPTION
       Returns the minimum value of SCTP retranmission timeout. Can specify
       the value on clientside or serverside.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when SERVER_CONNECTED {
		log local0.info "SCTP retransmission timeout minimum value is [SCTP::rto_min]"
	}

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



BIG-IP				  2019-05-10			      iRule(1)