ltm rule command SCTP respondΒΆ

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

SCTP::respond
       Sends the specified data directly to the peer.

SYNOPSIS
       SCTP::respond (PAYLOAD_DATA (PAYLOAD_OFFSET)? (PAYLOAD_LENGTH)?)

DESCRIPTION
       Sends the specified data directly to the peer. This command is used to complete a protocol handshake with an
       iRule.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    SCTP::respond "sctpdata" 0 1
	}

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

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