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

@brief Set TCP keep-alive configuration

@param[in] t The transport handle @param[in] keep_alive_cfg The keep-alive config