httpd_sess_set_transport_ctx() function
Set session 'transport' context by socket descriptor @see httpd_sess_set_ctx()
Arguments
handle
Handle to server returned by httpd_start
sockfd
The socket descriptor for which the context should be extracted.
ctx
Transport context object to assign to the session
free_fn
Function that should be called to free the transport context