]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS. 51/451/1
authorYousf Ateya <y.ateya@starkbits.com>
Sun, 10 May 2015 12:37:54 +0000 (14:37 +0200)
committerJoshua Colp <jcolp@digium.com>
Wed, 13 May 2015 09:52:52 +0000 (04:52 -0500)
commit16f602f5c2297f2d75360efe27893df00b34285a
tree5efda27b8389a7caee463849d0ec0189bd28bbdf
parent62422712f7d8916fdbb5e388bf5212a1ca00598a
res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.

First byte of DTLS packet shall be in range 20-63, not 20-64. Refer to RFC
https://tools.ietf.org/html/rfc5764#section-5.1.2 for correct values.

Change-Id: Iae6fa0d72b37c36a27fe40686e0ae6fba3afec31
res/res_rtp_asterisk.c