Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
448:9c61e7af0156 | 449:3e6c536bc023 |
---|---|
34 typedef struct runopts { | 34 typedef struct runopts { |
35 | 35 |
36 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) | 36 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) |
37 int listen_fwd_all; | 37 int listen_fwd_all; |
38 #endif | 38 #endif |
39 unsigned int recv_window; | |
39 | 40 |
40 } runopts; | 41 } runopts; |
41 | 42 |
42 extern runopts opts; | 43 extern runopts opts; |
43 | 44 |