From bd086483084600546e8336cbd5d24fa9561847fe Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 5 Apr 2007 22:28:01 +0000 Subject: Respond to early check with proper credential git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1154 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/include/pjnath/errno.h | 8 +++++++- pjnath/include/pjnath/stun_msg.h | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'pjnath/include') diff --git a/pjnath/include/pjnath/errno.h b/pjnath/include/pjnath/errno.h index 4327cd46..403f191d 100644 --- a/pjnath/include/pjnath/errno.h +++ b/pjnath/include/pjnath/errno.h @@ -159,7 +159,13 @@ * Invalid SDP "candidate" attribute */ #define PJNATH_EICEINCANDSDP (PJNATH_ERRNO_START+91) /* 370091 */ - +/** + * @hideinitializer + * No host candidate associated with srflx. This error occurs when + * a server reflexive candidate is added without the matching + * host candidate. + */ +#define PJNATH_EICENOHOSTCAND (PJNATH_ERRNO_START+92) /* 370092 */ /** diff --git a/pjnath/include/pjnath/stun_msg.h b/pjnath/include/pjnath/stun_msg.h index c67779e1..7234884b 100644 --- a/pjnath/include/pjnath/stun_msg.h +++ b/pjnath/include/pjnath/stun_msg.h @@ -989,6 +989,15 @@ typedef pj_stun_sockaddr_attr pj_stun_xor_internal_addr_attr; */ typedef struct pj_stun_uint_attr pj_stun_timer_val_attr; +/** + * This describes ICE-CONTROLLING attribute. + */ +typedef struct pj_stun_uint64_attr pj_stun_ice_controlling_attr; + +/** + * This describes ICE-CONTROLLED attribute. + */ +typedef struct pj_stun_uint64_attr pj_stun_ice_controlled_attr; /** * This structure describes a parsed STUN message. All integral fields -- cgit v1.2.3