s/qmail 4.3.17
Next generation secure email transport
Loading...
Searching...
No Matches
sendtodo.h
Go to the documentation of this file.
1#ifndef SENDTODO_H
2#define SENDTODO_H
3
4/* critical timing feature #1: if not triggered, do not busy-loop */
5/* critical timing feature #2: if triggered, respond within fixed time */
6/* important timing feature: when triggered, respond instantly */
7#define SLEEP_TODO 1500 /* check todo/ every 25 minutes in any case */
8#define SLEEP_FUZZ 1 /* slop a bit on sleeps to avoid zeno effect */
9#define SLEEP_FOREVER 86400 /* absolute maximum time spent in select() */
10#define SLEEP_CLEANUP 76431 /* time between cleanups */
11#define SLEEP_SYSFAIL 123
12#define OSSIFIED 129600 /* 36 hours; _must_ exceed q-q's DEATH (24 hours) */
13
14#endif