Make the transfer buffer size configurable

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Change-Id: I5052bac703b5a0c289ca5c28569cadeb54d3d507
This commit is contained in:
Xiang Xiao
2021-05-10 02:00:24 +08:00
committed by Jakub Jelen
parent 14276f0b51
commit dbe504ea0a
11 changed files with 53 additions and 15 deletions

View File

@@ -33,7 +33,9 @@
#include "libssh/crypto.h"
#include "libssh/session.h"
#ifndef BLOCKSIZE
#define BLOCKSIZE 4092
#endif
static z_stream *initcompress(ssh_session session, int level) {
z_stream *stream = NULL;