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
commit13c126eb97f418c448a5008d0f083a317781a75a (patch)
tree0a2ce7e6e9ea614a0863c04329029cb140aa951d /common/sppriv.h
parent4dd6bc77d6e798720d23ac8ec7e31738de3b8106 (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 */