Ignore:
Timestamp:
Nov 17, 2016 4:38:25 AM (8 years ago)
Author:
ming
Message:

Fixed #1979: Add support to parse address string with scope ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in

    r5480 r5485  
    182182     /* Disable local host resolution in pj_gethostip() (see ticket #1342) */ 
    183183#    define PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION 1 
     184     /* Use pj_getaddrinfo() (instead of pj_inet_pton()) in 
     185      * pj_sockaddr_set_str_addr() 
     186      */ 
     187#    define PJ_SOCKADDR_USE_GETADDRINFO 1 
    184188 
    185189#    include "TargetConditionals.h" 
Note: See TracChangeset for help on using the changeset viewer.