Embedded TCP/IP stack
4.7.0
|
void fnet_tls_socket_close | ( | fnet_tls_socket_t | tls_sock | ) |
Close the TLS socket.
tls_sock | TLS socket descriptor to be closed. |
This function releases the TLS socket descriptor.
An application should always have a matching call to the fnet_tls_socket_close() for each successful call to the fnet_tls_socket() to return any TLS socket resources to the system.