Ignore:
Timestamp:
Jul 7, 2008 9:31:02 PM (16 years ago)
Author:
bennylp
Message:

Configuration option to include/exclude loopback interface in enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion)

File:
1 edited

Legend:

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

    r2039 r2112  
    4141#include <pj/string.h> 
    4242 
    43 #ifndef PJ_IP_HELPER_IGNORE_LOOPBACK_IF 
    44 #   define PJ_IP_HELPER_IGNORE_LOOPBACK_IF      1 
    45 #endif 
    46  
    4743typedef DWORD (WINAPI *PFN_GetIpAddrTable)(PMIB_IPADDRTABLE pIpAddrTable,  
    4844                                           PULONG pdwSize,  
Note: See TracChangeset for help on using the changeset viewer.