Commit dad78fb1 authored by Matt Caswell's avatar Matt Caswell
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>
parent 0220fee4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment