Subject: Re: Using libssh2 1.4.3 is creating corrupt files.

Re: Using libssh2 1.4.3 is creating corrupt files.

From: Peter Stuge <peter_at_stuge.se>
Date: Tue, 22 Oct 2013 04:38:59 +0200

Aaron,

Aaron.Stokes_at_us.mahle.com wrote:
> Buffer size change (we have no idea what the 33 was for, but it was
> probably required in the old version)
> -#define WRITEBUFFERSIZE (1024*32)-33
> +#define WRITEBUFFERSIZE 1024*128

Isn't this buffer size mandated by the SSH protocol?

Did you look into what this define affects, to know if you are
actually allowed to change that number at all?

//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2013-10-22