Return the transport-specific connection configuration data stored within the DTLConnectionConfig.
- Note
- This data is owned by the DTLConnectionConfig and must be copied if it is needed outside the scope of the DTLConnectionConfig. It is not valid after the DTLConnectionConfig is destroyed.
- Parameters
-
self | The connection configuration. This parameter should not be NULL. |
- Returns
- The transport-specific connection configuration data stored within the DTLConnectionConfig.
- Exceptions
-
NULL | is returned if self is NULL. |