From f2fa02c5756e6eb6dc84053cb17cc969d30e687b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Mar 2009 12:09:53 +0000 Subject: [PATCH] bump packet default size to 32768 --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 1771052..5cf7847 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -464,7 +464,7 @@ LIBSSH2_API int libssh2_poll(LIBSSH2_POLLFD *fds, unsigned int nfds, /* Channel API */ #define LIBSSH2_CHANNEL_WINDOW_DEFAULT 65536 -#define LIBSSH2_CHANNEL_PACKET_DEFAULT 16384 +#define LIBSSH2_CHANNEL_PACKET_DEFAULT 32768 #define LIBSSH2_CHANNEL_MINADJUST 1024 /* Extended Data Handling */