| setssldtlsprofile_maxpacketsize |
Use this method to set maximum number of packets to reassemble. This value helps protect against a fragmented packet attack. |
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. |
maxpacketsize |
Maximum number of packets to reassemble. This value helps protect against a fragmented packet attack. Default value = 120. Maximum value = 86400. |
Return Value |
Returns simpleResult |
See Also |