diff --git a/features/netsocket/TLSSocket.h b/features/netsocket/TLSSocket.h index 3a759dc9e9..c7c04c7f13 100644 --- a/features/netsocket/TLSSocket.h +++ b/features/netsocket/TLSSocket.h @@ -67,6 +67,9 @@ public: * network interface. Not needed if stack is passed to the * socket's constructor. * + * @note TLSSocket cannot be reopened after closing. It should be destructed to + * clear internal TLS memory structures. + * * @param stack Network stack as target for socket * @return 0 on success, negative error code on failure */