summaryrefslogtreecommitdiff
path: root/pjnath
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-03-08 03:25:17 +0000
committerBenny Prijono <bennylp@teluu.com>2010-03-08 03:25:17 +0000
commit44c2febe5e74bb190b1d68dd506e1ce48714bc97 (patch)
tree35778a11d950232e3d56db15fe9b19dfd651f42a /pjnath
parent5ef168f30582cfd441def20089c1d503128ec159 (diff)
Misc (#1026): added more documentation for PJNATH_EICEFAILED error code
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3118 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath')
-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 2bc47dc1..0abcdfca 100644
--- a/pjnath/include/pjnath/errno.h
+++ b/pjnath/include/pjnath/errno.h
@@ -154,7 +154,12 @@
#define PJNATH_EICEINPROGRESS (PJNATH_ERRNO_START+81) /* 370081 */
/**
* @hideinitializer
- * All ICE checklists failed
+ * This error indicates that ICE connectivity check has failed, because
+ * there is at least one ICE component that does not have a valid check.
+ * Normally this happens because the network topology had caused the
+ * connectivity check to fail (e.g. no route between the two agents),
+ * however other reasons may include software incompatibility between
+ * the two agents, or incomplete candidates gathered by the agent(s).
*/
#define PJNATH_EICEFAILED (PJNATH_ERRNO_START+82) /* 370082 */
/**