Ignore:
Timestamp:
2005-07-08T11:54:05+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added some alternative methods of resolving the address the local library will attempt to load, since many people have reported problems with the existing method lately. The first new method determines the IP but doesn't resolve it to a name, and the second new method always uses "127.0.0.1". This option is controlled using the "address_resolution_method" option in the Local Library gsdlsite.cfg file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/settings.h

    r9526 r10231  
    6161extern text_t gsdl_conffile;
    6262extern int gsdl_start_browser;
     63extern int gsdl_address_resolution_method;
    6364
    6465void Settings_Dialog(HWND window, int netscapeneeded);
Note: See TracChangeset for help on using the changeset viewer.