From c431c63f5cc7b2d6bca5c431422dbcc31adad1ed Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 9 Apr 2016 00:46:25 +0100 Subject: [PATCH] Correct a comment: OUR_V2_WINSIZE is now the default, not maximum. --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index cc8832fd..ab1d78ab 100644 --- a/ssh.c +++ b/ssh.c @@ -384,7 +384,7 @@ static void ssh2_msg_something_unimplemented(Ssh ssh, struct Packet *pktin); * ensure that the server never has any need to throttle its end * of the connection), so we set this high as well. * - * - OUR_V2_WINSIZE is the maximum window size we present on SSH-2 + * - OUR_V2_WINSIZE is the default window size we present on SSH-2 * channels. * * - OUR_V2_BIGWIN is the window size we advertise for the only -- 2.45.2