|
|
BSD 4.3reno
/* conf.c - QUIPU DSA Configuration */ #ifndef lint static char *rcsid = "$Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/quipu/conf.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $"; #endif /* * $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/quipu/conf.c,v 1.1.1.1 2018/04/24 16:12:56 root Exp $ * * * $Log: conf.c,v $ * Revision 1.1.1.1 2018/04/24 16:12:56 root * BSD 4.3reno * * Revision 7.2 90/07/09 14:45:20 mrose * sync * * Revision 7.1 89/12/19 16:20:01 mrose * sync * * Revision 7.0 89/11/23 22:16:41 mrose * Release 6.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #include "quipu/util.h" #include "tailor.h" char *dsaoidtable = "oidtable"; char *dsatailfile = "quiputailor"; char *treedir = "quipu-db"; int no_dsp_chain = FALSE; int no_last_mod = FALSE; char startup_update = FALSE; int search_level = 2; /* do NOT allow country level searching */ int read_only = FALSE; /* Prevent DIT modification */ /* admin limits */ int admin_size = 100; /* 100 entries */ time_t admin_time = 120; /* don't spend more than 2 minutes on a task */ time_t conn_timeout = 300; /* don't hold an unused connection open for more than 5 minutes */ time_t nsap_timeout = 45; /* after 45 seconds assume nsap has failed */ time_t slave_timeout = 0; /* Update slaves every 'cache_time' seconds */ time_t retry_timeout = 0; /* Test DSA for reliability after 'cache_time' seconds */ unsigned watchdog_time = 120; /* allow lower layers 2 minutes per *async* operation */ unsigned watchdog_delta = 5; /* allow 5 second for timeout to propagate */ /* some parameters for the turbo load stuff */ int turbo_size = 300; int turbo_name_size = 50;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.