]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS. 52/452/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:57 +0000 (04:52 -0500)
commite3129b84b1681d6278416ccce62df3978a73caca
tree93880aad74ffa77944c33ddfc6d269ceeea211cd
parent735d337d884d2b1f2ccce3224e4bb615c8a08429
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