Ignore:
Timestamp:
Mar 30, 2010 1:31:22 PM (14 years ago)
Author:
bennylp
Message:

More ticket #1046:

  • fixed the wrong priority which caused zeroconf address to end up having the same priority as a legitimate interface (thanks Karl-Fredrik Blixt Hagholm for the report)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/sock_common.c

    r3124 r3133  
    702702        WEIGHT_DEF_ROUTE = 2, 
    703703        WEIGHT_INTERFACE = 1, 
    704         WEIGHT_LOOPBACK = -4, 
    705         WEIGHT_LINK_LOCAL = -3, 
     704        WEIGHT_LOOPBACK = -5, 
     705        WEIGHT_LINK_LOCAL = -4, 
    706706        WEIGHT_DISABLED = -50, 
    707707 
Note: See TracChangeset for help on using the changeset viewer.