| getssldtlsprofileResult Structure Definition |
The getssldtlsprofileResult structure defines the return type for getssldtlsprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
ssldtlsprofileList |
List of ssldtlsprofiles |
| ssldtlsprofile Structure Definition |
The ssldtlsprofile structure defines the actual return type values for getssldtlsprofile API. |
Syntax |
Members |
name |
Name of the DTLS profile. |
pmtudiscovery |
PMTU Discovery |
maxrecordsize |
Maximum record size |
maxretrytime |
Maximum retry time |
helloverifyrequest |
Hello Verify Request |
terminatesession |
Terminate Session |
maxpacketsize |
Maximum Packet Size |
initialretrytimeout |
Initial timeout for retransmission |
maxholdqlen |
Maximum number of datagrams that can be queued at DTLS layer for processing |
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. |
builtin |
Flag to determine whether dtls profile is built-in or not |
_nextgenapiresource |
See Also |