From owner-freebsd-bugs Mon Jul 31 15:57:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA06710 for bugs-outgoing; Mon, 31 Jul 1995 15:57:25 -0700 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id PAA06698 ; Mon, 31 Jul 1995 15:57:17 -0700 Received: by sovcom.kiae.su id AA04290 (5.65.kiae-1 ); Tue, 1 Aug 1995 01:55:52 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 1 Aug 95 01:55:52 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id CAA01341; Tue, 1 Aug 1995 02:28:31 +0400 To: jkh@freebsd.org, Sean Eric Fagan , bugs@freebsd.org References: <199507312001.NAA23423@kithrup.com> In-Reply-To: <199507312001.NAA23423@kithrup.com>; from Sean Eric Fagan at Mon, 31 Jul 1995 13:01:53 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Tue, 1 Aug 1995 02:28:31 +0400 (MSD) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= aka "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: forwarded Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: bugs-owner@freebsd.org Precedence: bulk >It should handle up to 38400; regardless, here's a patch to >rlogin.c that should make the problem go away. This patch didn't solve problem on FreeBSD, because speed table already propogated up to 115200. The problem is: remote machine can not understand speeds > 38400, but rlogin pass them to remote rlogind f.e: cons25/115200 Other things depends of remote rlogind: if it simple does atoi() set speed ioctl may failed or set unpredictable speed. We need to restrict passed speed to 38400 to satisfy any kind of remote rlogind. I am not shure, but seems this step not cause performance degradation of FBSD->FBSD connection. If no objections comes, I'll commit something aprox. looks like: if (speed > B38400) speed = B38400; -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849