Changeset 14955 for trunk


Ignore:
Timestamp:
02/25/13 11:48:22 (12 years ago)
Author:
tbretz
Message:
Use an IP Address from the internal network to find the correct IP Address. In all other cases the traffic could be routed through the external address which would lead wrong results.
File:
1 edited

Legend:

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

    r12086 r14955  
    77{
    88    //std::string GetLocalIp(const std::string &dns="192.168.0.255");
    9     std::string GetLocalIp(const std::string &dns="14.0.0.1");
     9    std::string GetLocalIp(const std::string &dns="10.0.100.1");
    1010    void Setup(const std::string &dns="", const std::string &host="");
    1111}
Note: See TracChangeset for help on using the changeset viewer.