In: Size of provided client_fds array Out: Number of valid client fds returned in client_fds,
client_fds
Array of client fds
Return value
- ESP_OK : Successfully retrieved session list - ESP_ERR_INVALID_ARG : Wrong arguments or list is longer than provided array
Notes
Size of provided array has to be equal or greater then maximum number of opened sockets, configured upon initialization with max_open_sockets field in httpd_config_t structure.
Examples
httpd_get_client_list() is referenced by 1 libraries and example projects: