Return the transport associated with the DTLServerConfig.
- Lifecycle
- The data returned is owned by the DTLServerConfig and is only valid as long as the DTLServerConfig remains valid. It must not be destroyed individually.
- Parameters
-
self | The server configuration. This should not be NULL. |
- Returns
- The transport associated with the DTLServerConfig.
- Exceptions
-
NULL | is returned if self is NULL. |