Changeset 3118


Ignore:
Timestamp:
Mar 8, 2010 3:25:17 AM (14 years ago)
Author:
bennylp
Message:

Misc (#1026): added more documentation for PJNATH_EICEFAILED error code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/errno.h

    r2724 r3118  
    155155/** 
    156156 * @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). 
    158163 */ 
    159164#define PJNATH_EICEFAILED           (PJNATH_ERRNO_START+82) /* 370082 */ 
Note: See TracChangeset for help on using the changeset viewer.