Add an ability to set the SSL read buffer size
authorMatt Caswell <matt@openssl.org>
Wed, 13 Jan 2016 14:20:25 +0000 (14:20 +0000)
committerRich Salz <rsalz@openssl.org>
Tue, 8 Mar 2016 14:19:38 +0000 (09:19 -0500)
commit096665b0dca73e4244b3013ea1dddf417cf8509e
treecd16e29e8d20bcb89efe14e46d7fddbd4b522c04
parent3ec13237f00d3b06a2fd1d228da16390803eb238
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: Tim Hudson <tjh@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/libssl.num