|
SSL_get_read_ahead(3)
Contents
|
SSL_get_read_ahead - Get the read-ahead flag in the SSL
structure.
#include <openssl/ssl.h>
int SSL_get_read_ahead(
SSL *w );
The SSL_get_read_ahead() function receives an SSL structure
as an argument and returns the read-ahead flag in
the SSL structure.
The SSL_get_read_ahead() function returns a value of the
read-ahead flag. Zero (the default value) indicates that
the read-ahead flag is turned off.
Functions: SSL_set_read_ahead(3)
SSL_get_read_ahead(3)
[ Back ] |