]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 3 Jun 2004 10:36:27 +0000 (10:36 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 3 Jun 2004 10:36:27 +0000 (10:36 +0000)
commit14d9628130ac61f1964cb7bf7abd5d65efb531c5
treee9d90631bc9cb477417c888ca469c3f2b2a4dc32
parenta2acc6ae0d9f3afe72e85e583ed50c75479e787a
Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking
account of coroutines and used local variables over a crFoo. I believe the
impact was cosmetic, affecting the speeds reported in the Event Log only.

I've put the variables `ispeed' and `ospeed' in the main ssh_tag structure,
even though they're only live for a short duration; I did this rather than
create a new state struct for ssh1_protocol() (since ssh_tag already has
short-duration junk like portfwd_strptr).

[originally from svn r4272]
ssh.c