]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Always return provided DTLS packet length.
authorJoshua Colp <jcolp@digium.com>
Thu, 14 Nov 2019 10:19:04 +0000 (06:19 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 18 Nov 2019 14:34:26 +0000 (08:34 -0600)
commit02129ad4d08724ba0dcc89303c835220992a4bb3
tree07414573b4d7445aa9c9add7b14cc5a55e148298
parent990a91b44ae055d003ebd4890ed2c74c5e0636a0
res_rtp_asterisk: Always return provided DTLS packet length.

OpenSSL can not tolerate if the packet sent out does not
match the length that it provided to the sender. This change
lies and says that each time the full packet was sent. If
a problem does occur then a retransmission will occur as
appropriate.

ASTERISK-28576

Change-Id: Id42455b15c9dc4eb987c8c023ece6fbf3c22a449
res/res_rtp_asterisk.c