summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-11-07 14:11:06 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-11-07 14:11:06 +0000
commitdf5010df2042e102664c2b9b854e3193a8c5af69 (patch)
tree38e0293d99f7872849e1ec4b173d631173fbc786 /runopts.h
parent1b54cad5acb03cb40e8910de0f4d152130a6a33e (diff)
downloaddropbear-df5010df2042e102664c2b9b854e3193a8c5af69.tar.gz
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
code works
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
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;