]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Set SO_KEEPALIVE on SIP TCP sockets so that they eventually go away when a peer
authorMatthew Nicholson <mnicholson@digium.com>
Thu, 5 May 2011 17:59:13 +0000 (17:59 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Thu, 5 May 2011 17:59:13 +0000 (17:59 +0000)
commitb9bf3d604ea2e4e559388343ca9682b4432efe7f
treeb7a6d75c3deef851dff0c024387c2b73a15a0a46
parent57316976758d73a2e9c6ab0dbb8dc032d0318c86
Set SO_KEEPALIVE on SIP TCP sockets so that they eventually go away when a peer
abruptly disappears.  This mostly occurs after a successful registration.

(closes issue #17544)
Reported by: marcelloceschia
Patches:
      (modified) tcptls.patch uploaded by st (license 907)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@317195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c