chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] tcp-shutdown


From: Thomas Chust
Subject: Re: [Chicken-hackers] tcp-shutdown
Date: Thu, 26 Jul 2012 17:43:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120721 Firefox/14.0.1 SeaMonkey/2.11

Seth Alves wrote:
> [...]
> Search for "TCP uses a FIN segment" in
> 
>   http://www.linuxjournal.com/node/4822/print
> 
> and see
> 
>   http://www.openssl.org/docs/ssl/SSL_shutdown.html#
> 
> So it seems like what I want should be possible.
> [...]

Hello Seth,

SSL_shutdown closes the connection in both directions. A call to this
function is already triggered by the OpenSSL egg after you have closed
both the input and output ports of an SSL connection.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]