Ignore:
Timestamp:
Apr 3, 2007 7:15:10 PM (17 years ago)
Author:
bennylp
Message:

Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and add response source address checking

File:
1 edited

Legend:

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

    r1110 r1141  
    145145/** 
    146146 * @hideinitializer 
     147 * Source address mismatch. This error occurs if the source address 
     148 * of the response for ICE connectivity check is different than 
     149 * the destination address of the request. 
     150 */ 
     151#define PJNATH_EICEINSRCADDR        (PJNATH_ERRNO_START+88) /* 370088 */ 
     152/** 
     153 * @hideinitializer 
    147154 * Missing ICE SDP attribute 
    148155 */ 
Note: See TracChangeset for help on using the changeset viewer.