Thank you very much!
Ger Hobbelt wrote:
On Thu, Aug 27, 2009 at 2:24 PM, Laura
Arhire wrote:
Hey
I'm using the BIO abstraction for reading/writing to sockets - a small part
of the BIO_read method is unclear: For a blocking socket, will the BIO_read
call block until the length provided in t
On Thu, Aug 27, 2009 at 2:24 PM, Laura
Arhire wrote:
> Hey
>
> I'm using the BIO abstraction for reading/writing to sockets - a small part
> of the BIO_read method is unclear: For a blocking socket, will the BIO_read
> call block until the length provided in the call is filled in the buffer,
> or
Hey
I'm using the BIO abstraction for reading/writing to sockets - a small
part of the BIO_read method is unclear: For a blocking socket, will the
BIO_read call block until the length provided in the call is filled in
the buffer, or will it return as soon as it managed to read anything
from