Home > Configuration > SSL > setssldtlsprofile_maxbadmacignorecount

setssldtlsprofile_maxbadmacignorecount

Use this method to set maximum number of bad MAC errors to ignore for a connection prior disconnect. Disabling parameter terminateSession terminates session immediately when bad MAC is detected in the connection.

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.

maxbadmacignorecount

Maximum number of bad MAC errors to ignore for a connection prior disconnect. Disabling parameter terminateSession terminates session immediately when bad MAC is detected in the connection.
Default value = SSL_DEFAULT_DTLS_BADMAC_IGNORE_COUNT.
Minimum value = SSL_MIN_DTLS_BADMAC_IGNORE_COUNT.
Maximum value = SSL_MAX_DTLS_BADMAC_IGNORE_COUNT.

Return Value

Returns simpleResult

See Also