On 9/22/05, Martin Del Vecchio <[EMAIL PROTECTED]> wrote:
On the transmit side, OpenSSL currently has the ability to send
arbitrarily large messages,
one 16K record at a time. Is there any harm in me deciding to send
large messages one 4K record
at a time?
This should be perfectly fine. Implementing the "grow-on-demand" feature would be nice, but then I'd also like those buffers to shrink to their original size after a certain amount of time. This should definitely be doable, and I wouldn't mind sponsoring the development. Stephen?
-Marton Anka