diff runopts.h @ 454:7e43f5e473b9

- Add -K keepalive flag for dropbear and dbclient - Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Aug 2007 15:12:06 +0000
parents 3e6c536bc023
children c1e9c81d1d27 e3db1f7a2e43 12d845ab7b5f
line wrap: on
line diff
--- a/runopts.h	Sat Jul 28 08:59:24 2007 +0000
+++ b/runopts.h	Wed Aug 08 15:12:06 2007 +0000
@@ -37,6 +37,7 @@
 	int listen_fwd_all;
 #endif
 	unsigned int recv_window;
+	time_t keepalive_secs;
 
 } runopts;