]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Be a little less enthusiastic about sending SSH_MSG_CHANNEL_WINDOW_ADJUST:
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 16 Jan 2005 14:43:12 +0000 (14:43 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 16 Jan 2005 14:43:12 +0000 (14:43 +0000)
commit214e11a7fe3d6ffb5aef98dd2c2bb918eced52ee
treebe74c7aee5cd576faf3e30c8e39aac4fbb82c40f
parenta6614021eee37fac73153d38d668f06ac5cdfd60
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.

[originally from svn r5121]
ssh.c