sftp pipelined requests was: Re: Clear-Text Patch? was: Re: OpenSSH 5.1: call for testing

Damien Miller djm at mindrot.org
Mon Jul 14 08:16:55 EST 2008


On Wed, 9 Jul 2008, rapier wrote:

> The main question I have is if they've increase the number of 
> outstanding requests in SFTP to match the increased receive window size 
> introduced in 4.7.

It has now:

 /* Number of concurrent outstanding requests */
-size_t num_requests = 16;
+size_t num_requests = 64;


-d


More information about the openssh-unix-dev mailing list