Home > Configuration > SSL > setssldtlsprofile_maxholdqlen

setssldtlsprofile_maxholdqlen

Use this method to set maximum number of datagrams that can be queued at DTLS layer for processing

Syntax



Parameters

name

Name for the DTLS profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.
This is mandatory parameter.

maxholdqlen

Maximum number of datagrams that can be queued at DTLS layer for processing
Default value = SSL_MIN_DTLS_NSB_HOLD_LIMIT.
Minimum value = SSL_MIN_DTLS_NSB_HOLD_LIMIT.
Maximum value = SSL_MAX_DTLS_NSB_HOLD_LIMIT.

Return Value

Returns simpleResult

See Also