X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_CTX_set_read_ahead.pod;h=771d59d6047ffae649813affa5ad7d8a28e8a141;hp=527164b0723f204a891115e34115520bfdfe96cf;hb=c1e350577fe14e3e124cc258f742cb77a14b6ce8;hpb=8507474564f3f743f5daa3468ca97a9b707b3583 diff --git a/doc/ssl/SSL_CTX_set_read_ahead.pod b/doc/ssl/SSL_CTX_set_read_ahead.pod index 527164b072..771d59d604 100644 --- a/doc/ssl/SSL_CTX_set_read_ahead.pod +++ b/doc/ssl/SSL_CTX_set_read_ahead.pod @@ -37,7 +37,9 @@ ahead has been set or not. =head1 NOTES These functions have no impact when used with DTLS. The return values for -SSL_CTX_get_read_head() and SSL_get_read_ahead() are undefined for DTLS. +SSL_CTX_get_read_head() and SSL_get_read_ahead() are undefined for DTLS. Setting +B can impact the behaviour of the SSL_pending() function +(see L). =head1 RETURN VALUES @@ -46,6 +48,6 @@ and non zero otherwise. =head1 SEE ALSO -L +L, L =cut