diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-07-25 15:44:25 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-07-25 15:44:25 +0000 |
commit | e3e4445dc1e86652d1e855bd320f8077523d2d59 (patch) | |
tree | f269a94ae31377093d06b59afe17ba38865f22a6 /runopts.h | |
parent | 2d4d9627a21f11a3e5caa17149e5391e71af256b (diff) |
Add -W <windowsize> argument and document it.
--HG--
extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ typedef struct runopts { #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) int listen_fwd_all; #endif + unsigned int recv_window; } runopts; |