diff runopts.h @ 449:3e6c536bc023

Add -W <windowsize> argument and document it.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Jul 2007 15:44:25 +0000
parents 337c45621e81
children 7e43f5e473b9
line wrap: on
line diff
--- a/runopts.h	Tue Jul 24 15:40:23 2007 +0000
+++ b/runopts.h	Wed Jul 25 15:44:25 2007 +0000
@@ -36,6 +36,7 @@
 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
 	int listen_fwd_all;
 #endif
+	unsigned int recv_window;
 
 } runopts;