Changeset 3101


Ignore:
Timestamp:
Feb 18, 2010 2:52:05 PM (14 years ago)
Author:
bennylp
Message:

Fixed minor bug (#1026): custom ICE priority table must not assign greater priority for SRFLX than PRFLX candidate type (thanks Saúl Ibarra Corretgé for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_strans.c

    r3028 r3101  
    6969#if PJNATH_ICE_PRIO_STD 
    7070    100,    /**< PJ_ICE_HOST_PREF           */ 
    71     126,    /**< PJ_ICE_SRFLX_PREF          */ 
    72     110,    /**< PJ_ICE_PRFLX_PREF          */ 
     71    110,    /**< PJ_ICE_SRFLX_PREF          */ 
     72    126,    /**< PJ_ICE_PRFLX_PREF          */ 
    7373    0       /**< PJ_ICE_RELAYED_PREF    */ 
    7474#else 
Note: See TracChangeset for help on using the changeset viewer.