From df5010df2042e102664c2b9b854e3193a8c5af69 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 7 Nov 2008 14:11:06 +0000 Subject: Idle timeout patch from Farrell Aultman. Needs testing, unsure if server code works --- runopts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runopts.h') diff --git a/runopts.h b/runopts.h index cc39ee4..7851b07 100644 --- a/runopts.h +++ b/runopts.h @@ -38,6 +38,7 @@ typedef struct runopts { #endif unsigned int recv_window; unsigned int keepalive_secs; + unsigned int idle_timeout_secs; } runopts; -- cgit v1.2.1