Re: [reSIProcate] TLS handshake failure
- From: Alan Hawrylyshen <alan@xxxxxxxxxx>
- Date: Thu, 5 May 2005 09:33:39 -0600
On May 4, 2005, at 16.13, Sandeep Sharma wrote:
By the way, once resip establishes a TLS connection to a remote side,
1) How long is the connection kept around?
Until there are too many connections and we need to close some to
connect to additional servers.
2) Under what conditions does resip disconnect?
3) Is it like: "Connect, Send SIP message, Disconnect" ?
No, see above. TcpBaseTransport.cxx -- calls ConnectionManager::gc
(...);
There are some minor design annoyances with this code at present, but
they can be addressed as required.
(It's unclear how to manage sockets (a global resource) from the
resiprocate library (a non-exclusive user of this resource).
Alan