]> 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:47:21 +0000 (17:47 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 25 Apr 2014 17:47:21 +0000 (17:47 +0000)
commit374f32fcc9a9f2a6663aa29a054f38669f414048
tree961cdad50b5ff2a5bbce4f2ef1d14f5b6f62ce14
parent7594bb6041c0465e5e2d4a03bd862b0a20f2ad8d
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)

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