mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-07 08:02:56 +03:00
libssh2.h: bump the default window size to 256K
This commit is contained in:
@@ -569,7 +569,7 @@ LIBSSH2_API int libssh2_poll(LIBSSH2_POLLFD *fds, unsigned int nfds,
|
|||||||
long timeout);
|
long timeout);
|
||||||
|
|
||||||
/* Channel API */
|
/* Channel API */
|
||||||
#define LIBSSH2_CHANNEL_WINDOW_DEFAULT 65536
|
#define LIBSSH2_CHANNEL_WINDOW_DEFAULT (256*1024)
|
||||||
#define LIBSSH2_CHANNEL_PACKET_DEFAULT 32768
|
#define LIBSSH2_CHANNEL_PACKET_DEFAULT 32768
|
||||||
#define LIBSSH2_CHANNEL_MINADJUST 1024
|
#define LIBSSH2_CHANNEL_MINADJUST 1024
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user