1
1

Channels: increase window size x10

Provides me a 3x performance boost for async sftp, 5x for sync sftp
(on localhost)
Этот коммит содержится в:
Aris Adamantiadis 2011-08-30 12:38:14 +03:00
родитель 3a5cc18b32
Коммит 17ae216340

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

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