esp_tls_server_session_create() function
Create TLS/SSL server session This function creates a TLS/SSL server context for already accepted client connection and performs TLS/SSL handshake with the client
Arguments
cfg
Pointer to esp_tls_cfg_server_t
sockfd
FD of accepted connection
tls
Pointer to allocated esp_tls_t
Return value
- 0 if successful - <0 in case of error