]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix when remote candidates exceed PJ_ICE_MAX_CAND 01/1201/1
authorDavid M. Lee <dlee@respoke.io>
Fri, 4 Sep 2015 21:06:39 +0000 (16:06 -0500)
committerDavid M. Lee <dlee@respoke.io>
Fri, 4 Sep 2015 21:06:39 +0000 (16:06 -0500)
commit94b764c8f3e771c100154303c38949beaed9ea42
treeeffee32848fc3635a8719b23b32e738b0b06fc77
parent59636e82b2140993081837b0719bf6ad0ec41c40
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