> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of Tilman Sauerbeck
> Sent: Friday, 09 May, 2014 18:57
>
> Michael Wojcik [2014-05-09 21:12]:
>
> > > From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> > > us...@openssl.org] On Behalf Of Ti
Michael Wojcik [2014-05-09 21:12]:
Hello Michael,
thanks for your reply.
> > From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> > us...@openssl.org] On Behalf Of Tilman Sauerbeck
> > Sent: Thursday, 08 May, 2014 12:26
> >
> > my program is an SSL client which is reading large amounts
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of Tilman Sauerbeck
> Sent: Thursday, 08 May, 2014 12:26
>
> my program is an SSL client which is reading large amounts of data
> without sending data itself (after the initial handshake).
> My machine's
Hi,
my program is an SSL client which is reading large amounts of data
without sending data itself (after the initial handshake).
My machine's connection does drop regularly, and I want to make sure
that my program detects the dropped connection instead of hanging in
read()/recv() forever.
My ques