diff runopts.h @ 493:6cd2152aae0b idle-timeout

Idle-timeout patch from Farrell Aultman, need to figure whether to only account DATA packets and whether server->client data makes sense too.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 22 Sep 2008 15:28:52 +0000
parents b956d6151600
children
line wrap: on
line diff
--- a/runopts.h	Mon Sep 22 14:13:44 2008 +0000
+++ b/runopts.h	Mon Sep 22 15:28:52 2008 +0000
@@ -38,7 +38,7 @@
 #endif
 	unsigned int recv_window;
 	unsigned int keepalive_secs;
-
+	unsigned int idle_timeout_secs;
 } runopts;
 
 extern runopts opts;