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
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