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 /dbclient.1 | |
parent | 2d4d9627a21f11a3e5caa17149e5391e71af256b (diff) |
Add -W <windowsize> argument and document it.
--HG--
extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,6 +74,11 @@ by the ssh server. .B \-y Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the connection will abort as normal. +.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 |