From 67b600d957b27c9e084bcb0cc77e80f17a7db621 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 9 Feb 2018 15:03:34 +0100 Subject: Add mbedtls module --- doc/classes/StreamPeerSSL.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 0c60213e49..62e5240c7f 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -47,6 +47,13 @@ Return the status of the connection, one of STATUS_* enum. + + + + + Poll the connection to check for incoming bytes. Call this right before "get_available_bytes()" for it to work properly. + + -- cgit v1.2.3