summaryrefslogtreecommitdiff
path: root/pjnath/include/pjnath/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/include/pjnath/errno.h')
-rw-r--r--pjnath/include/pjnath/errno.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pjnath/include/pjnath/errno.h b/pjnath/include/pjnath/errno.h
index 56645234..719ba412 100644
--- a/pjnath/include/pjnath/errno.h
+++ b/pjnath/include/pjnath/errno.h
@@ -114,12 +114,17 @@
* STUN IPv6 attribute not supported
*/
#define PJNATH_ESTUNIPV6NOTSUPP (PJNATH_ERRNO_START+41) /* 370041 */
+/**
+ * @hideinitializer
+ * Invalid address family value in STUN message.
+ */
+#define PJNATH_EINVAF (PJNATH_ERRNO_START+42) /* 370042 */
/**
* @hideinitializer
* Invalid STUN server or server not configured.
*/
-#define PJNATH_ESTUNINSERVER (PJNATH_ERRNO_START+42) /* 370042 */
+#define PJNATH_ESTUNINSERVER (PJNATH_ERRNO_START+50) /* 370050 */
/************************************************************