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)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3101 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2010-02-18 14:52:05 +00:00
parent 556a285a74
commit bc2bec77f1
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ static pj_uint8_t srflx_pref_table[4] =
{
#if PJNATH_ICE_PRIO_STD
100, /**< PJ_ICE_HOST_PREF */
126, /**< PJ_ICE_SRFLX_PREF */
110, /**< PJ_ICE_PRFLX_PREF */
110, /**< PJ_ICE_SRFLX_PREF */
126, /**< PJ_ICE_PRFLX_PREF */
0 /**< PJ_ICE_RELAYED_PREF */
#else
/* Keep it to 2 bits */