Commit 096665b0 authored by Matt Caswell's avatar Matt Caswell Committed by Rich Salz
Browse files

Add an ability to set the SSL read buffer size



This capability is required for read pipelining. We will only read in as
many records as will fit in the read buffer (and the network can provide
in one go). The bigger the buffer the more records we can process in
parallel.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 3ec13237
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -387,3 +387,8 @@ SSL_has_pending 386 1_1_0 EXIST::FUNCTION:
SSL_CIPHER_get_auth_nid                 387	1_1_0	EXIST::FUNCTION:
SSL_CIPHER_get_kx_nid                   388	1_1_0	EXIST::FUNCTION:
SSL_CIPHER_is_aead                      389	1_1_0	EXIST::FUNCTION:
SSL_CIPHER_get_auth_nid                 390	1_1_0	EXIST::FUNCTION:
SSL_CIPHER_get_kx_nid                   391	1_1_0	EXIST::FUNCTION:
SSL_CIPHER_is_aead                      392	1_1_0	EXIST::FUNCTION:
SSL_set_default_read_buffer_len         393	1_1_0	EXIST::FUNCTION:
SSL_CTX_set_default_read_buffer_len     394	1_1_0	EXIST::FUNCTION: