source: tags/arb-6.0/NAMES/names.h

Last change on this file was 8309, checked in by westram, 12 years ago
  • moved much code into static scope

(partly reverted by [8310])

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 471 bytes
Line 
1
2#define MAX_TRY     20
3#define RETRY_SLEEP 3           // in seconds
4
5// Lifetime of nameserver in seconds
6#if defined(DEBUG)
7#define NAME_SERVER_TIMEOUT (1*60) // 1 minute (for debugging)
8#else
9// #define NAME_SERVER_TIMEOUT (15*60) // 15 minutes
10#define NAME_SERVER_TIMEOUT (2*60) // 2 minutes (see http://bugs.arb-home.de/ticket/192 why)
11#endif // DEBUG
12
13// Sleeptime of nameserver in seconds
14#define NAME_SERVER_SLEEP 5
15
16struct Hs_struct;
17extern AN_main *aisc_main;
Note: See TracBrowser for help on using the repository browser.