summaryrefslogtreecommitdiff
path: root/pjnath/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-05 22:28:01 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-05 22:28:01 +0000
commitbd086483084600546e8336cbd5d24fa9561847fe (patch)
tree8fca036fef3fbe19ffbec8eaa595ec965b3c1ae9 /pjnath/include
parent3547903e2d760dbd302b0b628b1d3e42d249052f (diff)
Respond to early check with proper credential
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1154 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/include')
-rw-r--r--pjnath/include/pjnath/errno.h8
-rw-r--r--pjnath/include/pjnath/stun_msg.h9
2 files changed, 16 insertions, 1 deletions
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