summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-10-30 18:10:07 +0000
committerStef Walter <stef@memberwebs.com>2004-10-30 18:10:07 +0000
commit409ee41b2e979c1b48690a82839d622e1f6ab99b (patch)
tree15825beababdade348d1a9e8811f8fbb81e8a359 /common/sppriv.h
parentad408f3c5264ade2c9fad5d795dd8fb3f802f798 (diff)
Allow configuration of server keep alives (NOOPs). Default to none.
Diffstat (limited to 'common/sppriv.h')
-rw-r--r--common/sppriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sppriv.h b/common/sppriv.h
index cc6590a..e978107 100644
--- a/common/sppriv.h
+++ b/common/sppriv.h
@@ -47,6 +47,7 @@ typedef struct spstate
int debug_level; /* The level to print stuff to console */
int max_threads; /* Maximum number of threads to process at once */
struct timeval timeout; /* Timeout for communication */
+ int keepalives; /* Send server keep alives at this interval */
int transparent; /* Transparent proxying */
const char* directory; /* The temp directory */
const char* user; /* User to run as */