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 /dropbear.8 | |
parent | 2d4d9627a21f11a3e5caa17149e5391e71af256b (diff) |
Add -W <windowsize> argument and document it.
--HG--
extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
Diffstat (limited to 'dropbear.8')
-rw-r--r-- | dropbear.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,11 @@ default is /var/run/dropbear.pid .TP .B \-a Allow remote hosts to connect to forwarded ports. +.TP +.B \-W \fIwindowsize +Specify the per-channel receive window buffer size. Increasing this +may improve network performance at the expense of memory use. Use -h to see the +default buffer size. .SH AUTHOR Matt Johnston (matt@ucc.asn.au). .br |