home *** CD-ROM | disk | FTP | other *** search
- /*======================================================================
- C O N F I G . H
- doc: Fri Mar 13 12:36:29 1992
- dlm: Wed Jul 21 08:10:01 1993
- (c) 1992 ant@julia
- uE-Info: 17 69 T 0 0 72 2 2 8 ofnI
- ======================================================================*/
-
- /*
- * Inetray parameters
- */
-
- #define KEYFILE ".inetray.key" /* session key file */
- #define OLDKEYFILE ".inetray.key.old"
- #define RCFILE ".inetrayrc" /* local rc file */
-
- #define NOSYSLOG "inetray" /* NOSYSLOG_QUIRK filename */
-
- #define STRIPHEAD "" /* strip from all pathnames */
-
- #define RESULTPORT 8889 /* port for results */
-
- #define RTIMEOUT 8 /* timeout while registering servers */
- #define CALLTOUT 10 /* timeout for clnt_call() */
- #define CALLRETRY 3 /* number of call retrys */
- #define RESEND 10 /* resend TRACEBLOCK requests after */
- #define FLUSHTIMEOUT 5 /* timeout while flushing sockets */
- #define TERMTIMEOUT 20 /* timeout while terminating servers */
- #define CHKCLNT 60 /* check client every n secs */
-
- #define NICEDAEMON 19 /* nice value for daemon */
-
- #define MINBLOCKSIZE 3 /* minimum size of blocks */
- #define BLOCKSPERSERVER 10 /* # of blocks per server */
-
- #define STRLEN 256 /* common string length */
-
-
-