]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix when remote candidates exceed PJ_ICE_MAX_CAND 02/1202/1
authorDavid M. Lee <dlee@respoke.io>
Fri, 4 Sep 2015 21:06:39 +0000 (16:06 -0500)
committerDavid M. Lee <dlee@digium.com>
Fri, 4 Sep 2015 21:13:43 +0000 (16:13 -0500)
commit61c6c6aa6c60636207567a49c6320946c1840e99
treeebc3c4757e4064cbc90fc2e45184cf305ac95328
parent2733638d0dd4ab7dd44a8688aa8ef12d72a9c1b2
Fix when remote candidates exceed PJ_ICE_MAX_CAND

We were passing the wrong count into pj_ice_sess_create_check_list(),
causing the create to fail if we ever received more than PJ_ICE_MAX_CAND
candidates.

Change-Id: I0303d8e1ecb20a8de9fe629a3209d216c4028378
res/res_rtp_asterisk.c