Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA27528; Wed, 20 Dec 95 14:18:27 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA11504; Wed, 20 Dec 95 14:18:27 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA19846; Wed, 20 Dec 1995 14:18:29 -0500
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA02800
          Wed, 20 Dec 1995 09:13:19 -0800 (PST)
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id JAA02721
          for questions-outgoing; Wed, 20 Dec 1995 09:12:42 -0800 (PST)
Received: from buffnet1.buffnet.net (mmdf@buffnet1.buffnet.net [205.246.19.10])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA02707
          for <freebsd-questions@freebsd.org>; Wed, 20 Dec 1995 09:12:31 -0800 (PST)
Received: from buffnet7.buffnet.net by buffnet1.buffnet.net id aa26499;
          20 Dec 95 12:14 EST
Date: Wed, 20 Dec 1995 12:14:36 -0500 (EST)
From: Stephen Hovey <shovey@buffnet.net>
To: freebsd-questions@freebsd.org
Subject: Weird workaround that works
Message-Id: <Pine.BSD.3.91.951220121132.5859A-100000@buffnet7.buffnet.net>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-questions@freebsd.org
Precedence: bulk



Per previous notes, under 2.1R rlogin crawls with screen draws.

Ive been bashing my head against it all day - then finally I noted that 
stty on a telnet shows 9600 baud and on rloing it shows 57600.

Since this is a network connections I figured 'what the heck' and I did 
an stty speed 9600 while in with rlogin.

My screen draws speeded back up dramatically.

I note that 2.0.5R showed 57600 with rlogin too, but was not adversly 
affected.

So now it feels/seems like a flow control issue, or a pty issue or 
something.  I have my functional work around (setting stty speed 9600) 
but it isnt a perfect one.

If any knows enough about this to offer any ideas on what might be amiss 
or what I can more gracefully do to solve my chopping screen draws I 
would appreciated a note on it!
