Function esp_idf_sys::esp_tls_server_session_delete
source ยท pub unsafe extern "C" fn esp_tls_server_session_delete(
tls: *mut esp_tls_t,
)
Expand description
@brief Close the server side TLS/SSL connection and free any allocated resources.
This function should be called to close each tls connection opened with esp_tls_server_session_create()
@param[in] tls pointer to esp_tls_t