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