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:
@@ -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)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user