summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-08-08 15:12:06 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-08-08 15:12:06 +0000
commit09419193e6d88121814cb2ed975cb17becc08563 (patch)
treecdbb9481b94425022d83d4b00bd2ef6fcfc7dd4b /runopts.h
parente9e8a61ffdf7785fbf180f42c44cd261b9948072 (diff)
downloaddropbear-09419193e6d88121814cb2ed975cb17becc08563.tar.gz
- Add -K keepalive flag for dropbear and dbclient
- Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
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 e430371..d6e8917 100644
--- a/runopts.h
+++ b/runopts.h
@@ -37,6 +37,7 @@ typedef struct runopts {
int listen_fwd_all;
#endif
unsigned int recv_window;
+ time_t keepalive_secs;
} runopts;