SCTPProxyProfile

SCTPProxyProfile
SCTPProxyProfile
JSON Example
{
    "cookie_expiration_timeout": 0,
    "heartbeat_interval": 0,
    "idle_timeout": 0,
    "max_retransmissions_association": 0,
    "max_retransmissions_init_chunks": 0,
    "number_of_streams": 0,
    "receive_window": 0,
    "reset_timeout": 0
}
integer As int32 As int32
cookie_expiration_timeout
Optional
Constraints: default: 60

SCTP cookie expiration timeout. Allowed values are 60-3600. Field introduced in 22.1.3. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
heartbeat_interval
Optional
Constraints: default: 30

SCTP heartbeat interval. Allowed values are 30-247483647. Field introduced in 22.1.3. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
idle_timeout
Optional

SCTP autoclose timeout. 0 means autoclose deactivated. Allowed values are 0-247483647. Field introduced in 22.1.3. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
max_retransmissions_association
Optional
Constraints: default: 10

SCTP maximum retransmissions for association. Allowed values are 1-247483647. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
max_retransmissions_init_chunks
Optional
Constraints: default: 8

SCTP maximum retransmissions for INIT chunks. Allowed values are 1-247483647. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
number_of_streams
Optional
Constraints: default: 10

Number of incoming SCTP Streams. Allowed values are 1-100. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
receive_window
Optional
Constraints: default: 1024

SCTP send and receive buffer size. Allowed values are 2-65536. Field introduced in 22.1.3. Unit is KB. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
reset_timeout
Optional

SCTP reset/shutdown guard timeout. 0 means 5 times RTO max. Allowed values are 0-247483647. Field introduced in 22.1.3. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.