ltm rule command SCTP rto maxΒΆ

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

SCTP::rto_max
       Returns the maximum value of SCTP retransmission timeout.

SYNOPSIS
       SCTP::rto_max (clientside | serverside)?

DESCRIPTION
       Returns the maximum 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 maximum value is [SCTP::rto_max 60008]"
	}
	when SERVER_CONNECTED {
		log local0.info "SCTP retransmission timeout maximum value is [SCTP::rto_max]"
	}

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

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