ltm rule command SCTP mssΒΆ

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

SCTP::mss
       Returns the on-wire Maximum Segment Size (MSS) for an SCTP connection.

SYNOPSIS
       SCTP::mss

DESCRIPTION
       Returns the on-wire Maximum Segment Size (MSS) for an SCTP connection.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
		SCTP::collect
		log local0.info "Sctp local port is [SCTP::local_port]"
		log local0.info "Sctp client port is [SCTP::client_port]"
		log local0.info "Sctp mss is [SCTP::mss]"
		log local0.info "sctp ppi is [SCTP::ppi]"
	}

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

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