Set the default read-buffer size used for new connections from a context (pipelining).
Declared in <openssl/ssl.h>
void
SSL_CTX_set_default_read_buffer_len(
SSL_CTX* ctx,
size_t len);
| Name | Description |
|---|---|
| ctx | SSL context whose default read buffer length is updated. |
| len | Desired buffer size in bytes; applied only when larger than the normal default (at least 16704). |