diff runopts.h @ 513:a3748e54273c

Idle timeout patch from Farrell Aultman. Needs testing, unsure if server code works
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Nov 2008 14:11:06 +0000
parents ae600f1eef81
children 568638be7203
line wrap: on
line diff
--- a/runopts.h	Wed Nov 05 14:14:40 2008 +0000
+++ b/runopts.h	Fri Nov 07 14:11:06 2008 +0000
@@ -38,6 +38,7 @@
 #endif
 	unsigned int recv_window;
 	unsigned int keepalive_secs;
+	unsigned int idle_timeout_secs;
 
 } runopts;