Embedded TCP/IP stack: fnet_tls_socket_close

FNET

Embedded TCP/IP stack  4.1.0
void fnet_tls_socket_close ( fnet_tls_socket_t  tls_sock)

Closes the TLS socket.

Parameters
tls_sockTLS socket descriptor to be closed.
See also
fnet_tls_socket()

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.


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net