mbedtls_ssl_get_bytes_avail() is only used within mbedTLS.
 
Symbols
mbedTLS
Files
mbedTLS
include
mbedtls
library
SummarySyntaxArgumentsRelatedReferencesData Use

Return value

How many bytes are available in the application data record read buffer.

Notes

When working over a datagram transport, this is useful to detect the current datagram's boundary in case \c mbedtls_ssl_read has written the maximal amount of data fitting into the input buffer.

References