From 7d5899457143a9b3718ad9545657ddaed97c498e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Sep 2011 13:53:30 +0200 Subject: [PATCH] libssh2.h: bump the default window size to 256K --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index f27382e..8dc547c 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -569,7 +569,7 @@ LIBSSH2_API int libssh2_poll(LIBSSH2_POLLFD *fds, unsigned int nfds, long timeout); /* Channel API */ -#define LIBSSH2_CHANNEL_WINDOW_DEFAULT 65536 +#define LIBSSH2_CHANNEL_WINDOW_DEFAULT (256*1024) #define LIBSSH2_CHANNEL_PACKET_DEFAULT 32768 #define LIBSSH2_CHANNEL_MINADJUST 1024