Changeset 11236


Ignore:
Timestamp:
07/01/11 10:11:23 (13 years ago)
Author:
tbretz
Message:
Changed again the default address for ocal ip resolution to a default for 'public networks' 14.0.0.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimSetup.h

    r11010 r11236  
    66namespace Dim
    77{
    8     std::string GetLocalIp(const std::string &dns="192.168.0.255");
     8    //std::string GetLocalIp(const std::string &dns="192.168.0.255");
     9    std::string GetLocalIp(const std::string &dns="14.0.0.1");
    910    void Setup(const std::string &dns);
    1011}
Note: See TracChangeset for help on using the changeset viewer.