Take the code that does flow control in SSH-1, and make it work in SSH-2
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 3 Oct 2007 20:29:27 +0000 (20:29 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 3 Oct 2007 20:29:27 +0000 (20:29 +0000)
commitff68564bb194122c2550c183d274281c225d3bc4
treed8c763bf13dc29764f95a1be2935bc410362823c
parent885f465fb25defc371ade539453b0fee29323aa5
Take the code that does flow control in SSH-1, and make it work in SSH-2
as well.  This won't be triggered in the usual case, but it's useful
if the remote end ignores our window, or if we're in "simple" mode and
setting the window far larger than is necessary.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7756 cda61777-01e9-0310-a592-d414129be87e
ssh.c