Be a little less enthusiastic about sending SSH_MSG_CHANNEL_WINDOW_ADJUST:
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 16 Jan 2005 14:43:12 +0000 (14:43 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 16 Jan 2005 14:43:12 +0000 (14:43 +0000)
commitd252310ac169f35724e31cd534d63b3155c98482
treebe74c7aee5cd576faf3e30c8e39aac4fbb82c40f
parentd789120937e33dafd48d6f8731b9559277fe644f
Be a little less enthusiastic about sending SSH_MSG_CHANNEL_WINDOW_ADJUST:
only send it when it will significantly increase the server's idea of our
window.  This avoids the slew of one-byte WINDOW_ADJUSTs that an interactive
shell typically generates.

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