Changeset 19015


Ignore:
Timestamp:
2009-04-16T16:10:01+12:00 (15 years ago)
Author:
ak19
Message:

From now on the server starts up with address resolution method set to localhost rather than getting the ip (without resolving to a name). This will be helpful for people who move their laptops about from their home to office and the IP changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/w32server/settings.cpp

    r18651 r19015  
    6767text_t gsdl_conffile;
    6868int gsdl_start_browser = 1;
    69 int gsdl_address_resolution_method = 1;  // Get an IP, but don't resolve to a name
     69int gsdl_address_resolution_method = 2;  // use localhost since users may switch between computers
     70// The resolution method was previously on 1: Get an IP, but don't resolve to a name
    7071
    7172// private data
Note: See TracChangeset for help on using the changeset viewer.