summaryrefslogtreecommitdiffhomepage
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
commitadc4d0194f4c9348cdd331e80deb2b3401a29877 (patch)
tree38e0293d99f7872849e1ec4b173d631173fbc786 /runopts.h
parente80f8e8c09dab7cece30660a33e2a2bfd5d5f571 (diff)
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
code works --HG-- extra : convert_revision : ff66e05ae040561110af70114bf83f11ed528f05
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;