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/include/pj/config.h

    r2039 r2112  
    600600#       endif 
    601601#   endif 
     602#endif 
     603 
     604 
     605/** 
     606 * Specify whether #pj_enum_ip_interface() function should exclude 
     607 * loopback interfaces. 
     608 * 
     609 * Default: 1 
     610 */ 
     611#ifndef PJ_IP_HELPER_IGNORE_LOOPBACK_IF 
     612#   define PJ_IP_HELPER_IGNORE_LOOPBACK_IF      1 
    602613#endif 
    603614 
Note: See TracChangeset for help on using the changeset viewer.