From 409ee41b2e979c1b48690a82839d622e1f6ab99b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 30 Oct 2004 18:10:07 +0000 Subject: Allow configuration of server keep alives (NOOPs). Default to none. --- common/sppriv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/sppriv.h') 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 */ -- cgit v1.2.3