Ignore:
Timestamp:
Apr 5, 2007 10:28:01 PM (17 years ago)
Author:
bennylp
Message:

Respond to early check with proper credential

File:
1 edited

Legend:

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

    r1141 r1154  
    160160 */ 
    161161#define PJNATH_EICEINCANDSDP        (PJNATH_ERRNO_START+91) /* 370091 */ 
    162  
     162/** 
     163 * @hideinitializer 
     164 * No host candidate associated with srflx. This error occurs when 
     165 * a server reflexive candidate is added without the matching  
     166 * host candidate. 
     167 */ 
     168#define PJNATH_EICENOHOSTCAND       (PJNATH_ERRNO_START+92) /* 370092 */ 
    163169 
    164170 
Note: See TracChangeset for help on using the changeset viewer.