SCTP::sack_timeout¶
Description¶
This command returns the SCTP’s delayed selective acknowledgement
timeout. Can specify the value on clientside or serverside.
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]"
}