|
|
|
SSL_set_read_ahead(3)
NAME
SSL_set_read_ahead - sets the read-ahead flag in the SSL structure.SYNOPSIS
#include <openssl/ssl.h> void SSL_set_read_ahead( SSL *s, int yes );DESCRIPTION
SSL_get_read_ahead() sets a value (int yes) to the read-ahead flag in the SSL structure. In order to turn on the flag, a non-zero value must be set.SEE ALSO
Functions: SSL_get_read_ahead(3)
|
|
|