summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-16 21:17:23 +1000
committerDamien Miller <djm@mindrot.org>2008-07-16 21:17:23 +1000
commit94717b0be1860c0c1abc9331388689e3ffbedea3 (patch)
treebe1a72a5293e2819e3a8ddb14baaeda5182eee33
parentc4657ef1818c67e91115389a69ef783412fd54b7 (diff)
- djm@cvs.openbsd.org 2008/07/15 02:23:14
[sftp.1] number of pipelined requests is now 64; prodded by Iain.Morgan AT nasa.gov
-rw-r--r--ChangeLog9
-rw-r--r--sftp.16
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b72d4720..db05f0be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+20080716
+ - OpenBSD CVS Sync
+ - djm@cvs.openbsd.org 2008/07/15 02:23:14
+ [sftp.1]
+ number of pipelined requests is now 64;
+ prodded by Iain.Morgan AT nasa.gov
+
20080714
- (djm) OpenBSD CVS Sync
- sthen@cvs.openbsd.org 2008/07/13 21:22:52
@@ -4670,4 +4677,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5084 2008/07/14 11:37:36 djm Exp $
+$Id: ChangeLog,v 1.5085 2008/07/16 11:17:23 djm Exp $
diff --git a/sftp.1 b/sftp.1
index 72c93b7f..b4f9a688 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.66 2008/04/18 17:15:47 jmc Exp $
+.\" $OpenBSD: sftp.1,v 1.67 2008/07/15 02:23:14 djm Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 19 2008 $
+.Dd $Mdocdate: July 15 2008 $
.Dt SFTP 1
.Os
.Sh NAME
@@ -204,7 +204,7 @@ This option may be useful in debugging the client and server.
Specify how many requests may be outstanding at any one time.
Increasing this may slightly improve file transfer speed
but will increase memory usage.
-The default is 16 outstanding requests.
+The default is 64 outstanding requests.
.It Fl S Ar program
Name of the
.Ar program