aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libssh/channels.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libssh/channels.c b/libssh/channels.c
index c019d0cd..3a03e236 100644
--- a/libssh/channels.c
+++ b/libssh/channels.c
@@ -26,8 +26,9 @@ MA 02111-1307, USA. */
#include "libssh/priv.h"
#include "libssh/ssh2.h"
-#define WINDOWLIMIT 2048
-#define WINDOWBASE 64000
+
+#define WINDOWBASE 128000
+#define WINDOWLIMIT (WINDOWBASE/2)
/** \defgroup ssh_channel SSH Channels
* \brief functions that manage a channel