]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Add support for DTLS handshake retransmissions
authorMatthew Jordan <mjordan@digium.com>
Fri, 25 Apr 2014 17:48:19 +0000 (17:48 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 25 Apr 2014 17:48:19 +0000 (17:48 +0000)
commitccba84047ecc3cfb5c6053c35b2b09aa1e2a3b56
treee1936c69ba215101f68d097b7e5d6ca6629c50c8
parent8ad8ffeb8191a7c629769a9c55aaf41556b685ef
res_rtp_asterisk: Add support for DTLS handshake retransmissions

On congested networks, it is possible for the DTLS handshake messages to get
lost. This patch adds a timer to res_rtp_asterisk that will periodically
check to see if the handshake has succeeded. If not, it will retransmit the
DTLS handshake.

Review: https://reviewboard.asterisk.org/r/3337

ASTERISK-23649 #close
Reported by: Nitesh Bansal
patches:
  dtls_retransmission.patch uploaded by Nitesh Bansal (License 6418)
........

Merged revisions 413008 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@413009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c