pub unsafe extern "C" fn esp_transport_ssl_set_keep_alive(
    t: esp_transport_handle_t,
    keep_alive_cfg: *mut esp_transport_keep_alive_t
)
Expand description

@brief Set keep-alive status in current ssl context

@param[in] t ssl transport @param[in] keep_alive_cfg The handle for keep-alive configuration