SHA256
8
0
forked from pool/libssh
OBS User unknown
2008-11-17 17:03:19 +00:00
committed by Git OBS Bridge
parent 72d0c73f9e
commit 4a63a1c9ae
4 changed files with 41 additions and 11 deletions

View File

@@ -0,0 +1,15 @@
Index: libssh-0.2/libssh/channels.c
===================================================================
--- libssh-0.2.orig/libssh/channels.c
+++ libssh-0.2/libssh/channels.c
@@ -29,8 +29,8 @@ MA 02111-1307, USA. */
#include "libssh/priv.h"
#include "libssh/ssh2.h"
-#define WINDOWLIMIT 1024
-#define WINDOWBASE 32000
+#define WINDOWBASE 128000
+#define WINDOWLIMIT (WINDOWBASE/2)
/** defgroup ssh_channel
* \brief functions that manage a channel