]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
When we are asked to unthrottle an SSH connection (by the front end
authorSimon Tatham <anakin@pobox.com>
Sat, 12 May 2012 17:00:54 +0000 (17:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 12 May 2012 17:00:54 +0000 (17:00 +0000)
commit46ffee8ad9d3299ec98c44d4fe28c1e9069863f0
tree5ae561d93ac0cbd1220b62137535a2eb7df0cdde
parentebb592799b2e7e4b224c31874f78a41349302bf7
When we are asked to unthrottle an SSH connection (by the front end
calling back->unthrottle), we should immediately call
ssh_process_queued_incoming_data to handle the SSH packets that have
been saved for later functioning while we were throttled. Otherwise,
they'll sit there unhandled until the next call to ssh_gotdata, which
might not be for ages if the server thinks it's waiting for us.

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