From bc727c6cde75bb4a53be927c4e32612eb65ee10b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 21 May 2012 14:00:17 +0000 Subject: Fixed #1512: added Option to continue ICE operation even when STUN resolution fails git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4133 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/include/pjnath/ice_strans.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pjnath/include') diff --git a/pjnath/include/pjnath/ice_strans.h b/pjnath/include/pjnath/ice_strans.h index 4530ddca..11cfc5db 100644 --- a/pjnath/include/pjnath/ice_strans.h +++ b/pjnath/include/pjnath/ice_strans.h @@ -269,6 +269,14 @@ typedef struct pj_ice_strans_cfg */ pj_uint16_t port; + /** + * Ignore STUN resolution error and proceed with just local + * addresses. + * + * The default is PJ_FALSE + */ + pj_bool_t ignore_stun_error; + } stun; /** -- cgit v1.2.3