OpenDOF Project
uint32(* DTLTransport::GetMinSize)(DTLTransport transport, DOFConnectionType type)

Get the Minimum Transmission size for the specified type of transmission.

This callback may be NULL if the minimum size for all connection (and server) types is zero (0).

Parameters
transportThe Transport. This parameter must not be NULL.
typeThe transmission type of interest, (e.g., DOFCONNECTIONTYPE_STREAM or DOFCONNECTIONTYPE_DATAGRAM).
Returns
The Minimum Transmission size for the specified type of transmission, in bytes.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22