ltm rule command SCTP sack timeoutΒΆ

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

SCTP::sack_timeout
       Returns the SCTP's delayed selective acknowledgement timeout.

SYNOPSIS
       SCTP::sack_timeout (clientside | serverside)?

DESCRIPTION
       Returns the SCTP's delayed selective acknowledgement timeout. Can specify the value on clientside or serverside.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
		log local0.info "SCTP selective acknowledgement timeout value is [SCTP::sack_timeout 300]"
	}
	when SERVER_CONNECTED {
		log local0.info "SCTP selective acknowledgement timeout value is [SCTP::sack_timeout]"
	}

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

BIG-IP							    2022-04-12							  iRule(1)