1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Channels: increase window size x10

Provides me a 3x performance boost for async sftp, 5x for sync sftp
(on localhost)
This commit is contained in:
Aris Adamantiadis
2011-08-30 12:38:14 +03:00
parent 3a5cc18b32
commit 17ae216340

View File

@@ -46,7 +46,7 @@
#include "libssh/server.h"
#endif
#define WINDOWBASE 128000
#define WINDOWBASE 1280000
#define WINDOWLIMIT (WINDOWBASE/2)
/*