We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6192ed1 commit 5d170f2Copy full SHA for 5d170f2
features/netsocket/TLSSocket.h
@@ -67,6 +67,9 @@ class TLSSocket : public TLSSocketWrapper {
67
* network interface. Not needed if stack is passed to the
68
* socket's constructor.
69
*
70
+ * @note TLSSocket cannot be reopened after closing. It should be destructed to
71
+ * clear internal TLS memory structures.
72
+ *
73
* @param stack Network stack as target for socket
74
* @return 0 on success, negative error code on failure
75
*/
0 commit comments