ltm rule command SCTP rto initialΒΆ

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



SCTP::rto_initial
       Returns the initial value of SCTP retransmission timeout.

SYNOPSIS
       SCTP::rto_initial (clientside | serverside)?

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

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
		log local0.info "SCTP retransmission timeout initial value is [SCTP::rto_initial]"
	}

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



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