OpenDOF Project
boolean(* DTLTransport::IsServerConfigEqual)(DTLTransport transport, uint32 size, const void *config1, const void *config2)

Report if two Transport DTLServerConfigs are equal.

This callback may be NULL if PCRMem_Compare is sufficient to determine equality.

Parameters
transportThe Transport. This parameter must not be NULL.
sizeThe size in bytes of the configs. This parameter must not be NULL.
config1The first DTLServerConfig to compare. Must not be NULL and must be associated with transport.
config2The second DTLServerConfig to compare. Must not be NULL and must be associated with transport.
Return values
TRUEThe two DTLServerConfigs are equivalent.
FALSEThe two DTLServerConfigs are different, or either ServerConfig has an associated transport different than transport.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22