Spotted by Dimitry Andric: `ssh-termspeed' implementation was not taking
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 3 Jun 2004 10:36:27 +0000 (10:36 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 3 Jun 2004 10:36:27 +0000 (10:36 +0000)
commitdb2197384bb9ad9c6d1e2aeef6fa5be5ab19df36
treee9d90631bc9cb477417c888ca469c3f2b2a4dc32
parentfc0f17db91f32c7504756e92a411a60d2ef0e264
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).

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