Changeset 3118 for pjproject/trunk
- Timestamp:
- Mar 8, 2010 3:25:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/errno.h
r2724 r3118 155 155 /** 156 156 * @hideinitializer 157 * All ICE checklists failed 157 * This error indicates that ICE connectivity check has failed, because 158 * there is at least one ICE component that does not have a valid check. 159 * Normally this happens because the network topology had caused the 160 * connectivity check to fail (e.g. no route between the two agents), 161 * however other reasons may include software incompatibility between 162 * the two agents, or incomplete candidates gathered by the agent(s). 158 163 */ 159 164 #define PJNATH_EICEFAILED (PJNATH_ERRNO_START+82) /* 370082 */
Note: See TracChangeset
for help on using the changeset viewer.