ltm rule command SCTP releaseΒΆ

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

SCTP::release
       Resumes processing and flushes collected data.

SYNOPSIS
       SCTP::release (RELEASE_BYTES)?

DESCRIPTION
       Causes SCTP to resume processing the connection and flush collected data.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	  SCTP::collect 15
	}
	when CLIENT_DATA {
	  if { [SCTP::payload 15] contains "XYZ" } {
	     pool xyz_servers
	  } else {
	     pool web_servers
	 }
	 SCTP::release
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.4.2

       --First introduced the command.

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