SCTP::rto_min
Description
This command returns the minimum value of SCTP retranmission timeout.
Can specify the value on clientside or serverside.
Syntax
SCTP::rto_min [clientside | serverside]
Examples
when SERVER_CONNECTED {
log local0.info "SCTP retransmission timeout minimum value is [SCTP::rto_min]"
}