s/qmail 4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
Macros
sendtodo.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SLEEP_TODO   1500 /* check todo/ every 25 minutes in any case */
 
#define SLEEP_FUZZ   1 /* slop a bit on sleeps to avoid zeno effect */
 
#define SLEEP_FOREVER   86400 /* absolute maximum time spent in select() */
 
#define SLEEP_CLEANUP   76431 /* time between cleanups */
 
#define SLEEP_SYSFAIL   123
 
#define OSSIFIED   129600 /* 36 hours; _must_ exceed q-q's DEATH (24 hours) */
 

Macro Definition Documentation

◆ OSSIFIED

#define OSSIFIED   129600 /* 36 hours; _must_ exceed q-q's DEATH (24 hours) */

Definition at line 12 of file sendtodo.h.

◆ SLEEP_CLEANUP

#define SLEEP_CLEANUP   76431 /* time between cleanups */

Definition at line 10 of file sendtodo.h.

◆ SLEEP_FOREVER

#define SLEEP_FOREVER   86400 /* absolute maximum time spent in select() */

Definition at line 9 of file sendtodo.h.

◆ SLEEP_FUZZ

#define SLEEP_FUZZ   1 /* slop a bit on sleeps to avoid zeno effect */

Definition at line 8 of file sendtodo.h.

◆ SLEEP_SYSFAIL

#define SLEEP_SYSFAIL   123

Definition at line 11 of file sendtodo.h.

◆ SLEEP_TODO

#define SLEEP_TODO   1500 /* check todo/ every 25 minutes in any case */

Definition at line 7 of file sendtodo.h.