Destroyer function for connection configuration.
This callback is used to notify the Transport that the connection configuration is being destroyed. This allows the Transport to clean up the configuration, if necessary. The data was originally copied into the DTLConnectionConfig and will be freed after this call completes. However, since the copy was only a shallow copy of the data, the transport may need to perform a deeper free/release of its held resources.
- Parameters
-
config | The transport-specific configuration data. |