SSL_get_read_ahead(3) — Subroutines
NAME
SSL_get_read_ahead − Get the read-ahead flag in the SSL structure.
SYNOPSIS
#include <openssl/ssl.h>
int SSL_get_read_ahead(
SSL ∗w );
DESCRIPTION
The SSL_get_read_ahead() function receives an SSL structure as an argument and returns the read-ahead flag in the SSL structure.
RETURN VALUES
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.
SEE ALSO
Functions: SSL_set_read_ahead(3)