mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-10 06:23:02 +03:00
bump packet default size to 32768
This commit is contained in:
@@ -464,7 +464,7 @@ LIBSSH2_API int libssh2_poll(LIBSSH2_POLLFD *fds, unsigned int nfds,
|
|||||||
|
|
||||||
/* Channel API */
|
/* Channel API */
|
||||||
#define LIBSSH2_CHANNEL_WINDOW_DEFAULT 65536
|
#define LIBSSH2_CHANNEL_WINDOW_DEFAULT 65536
|
||||||
#define LIBSSH2_CHANNEL_PACKET_DEFAULT 16384
|
#define LIBSSH2_CHANNEL_PACKET_DEFAULT 32768
|
||||||
#define LIBSSH2_CHANNEL_MINADJUST 1024
|
#define LIBSSH2_CHANNEL_MINADJUST 1024
|
||||||
|
|
||||||
/* Extended Data Handling */
|
/* Extended Data Handling */
|
||||||
|
Reference in New Issue
Block a user