mirror of https://github.com/ARMmbed/mbed-os.git
Clarify that TLSSocket should not be reopened.
parent
6192ed1480
commit
5d170f2b3e
|
@ -67,6 +67,9 @@ public:
|
||||||
* network interface. Not needed if stack is passed to the
|
* network interface. Not needed if stack is passed to the
|
||||||
* socket's constructor.
|
* 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
|
* @param stack Network stack as target for socket
|
||||||
* @return 0 on success, negative error code on failure
|
* @return 0 on success, negative error code on failure
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue