1
1

fix channel performance by changing the window len.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@179 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Aris Adamantiadis 2008-06-30 13:10:26 +00:00
родитель b8dac18d0e
Коммит 5758188467

Просмотреть файл

@ -26,8 +26,9 @@ MA 02111-1307, USA. */
#include "libssh/priv.h" #include "libssh/priv.h"
#include "libssh/ssh2.h" #include "libssh/ssh2.h"
#define WINDOWLIMIT 2048
#define WINDOWBASE 64000 #define WINDOWBASE 128000
#define WINDOWLIMIT (WINDOWBASE/2)
/** \defgroup ssh_channel SSH Channels /** \defgroup ssh_channel SSH Channels
* \brief functions that manage a channel * \brief functions that manage a channel