diff options
author | Stef Walter <stef@memberwebs.com> | 2004-10-30 18:10:07 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-10-30 18:10:07 +0000 |
commit | 13c126eb97f418c448a5008d0f083a317781a75a (patch) | |
tree | 0a2ce7e6e9ea614a0863c04329029cb140aa951d /common/sppriv.h | |
parent | 4dd6bc77d6e798720d23ac8ec7e31738de3b8106 (diff) |
Allow configuration of server keep alives (NOOPs). Default to none.
Diffstat (limited to 'common/sppriv.h')
-rw-r--r-- | common/sppriv.h | 1 |
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 */ |