![]() | ![]() | |||||||||||||||||||
| ||||||||||||||||||||
| SSL_pending(3)
NAMESSL_pending - obtain number of readable bytes buffered in an SSL object
SYNOPSIS#include <openssl/ssl.h> int SSL_pending(const SSL *ssl);
DESCRIPTION
NOTESData are received in blocks from the peer. Therefore data can be buffered inside ssl and are ready for immediate retrieval with SSL_read(3).
RETURN VALUESThe number of bytes pending is returned.
BUGS
Up to OpenSSL 0.9.6,
SEE ALSO | |||||||||||||||||||