Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-athena.ARPA Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!decvax!mit-athena!martillo From: martillo@mit-athena.ARPA (Joaquim Martillo) Newsgroups: net.bugs.4bsd Subject: Re: rlogin sessions don't handle ^S/^Q in raw mode? Message-ID: <55@mit-athena.ARPA> Date: Mon, 28-Jan-85 08:18:01 EST Article-I.D.: mit-athe.55 Posted: Mon Jan 28 08:18:01 1985 Date-Received: Sat, 2-Feb-85 08:58:10 EST References: <20379@arizona.UUCP> <49@spar.UUCP>, <389@rlgvax.UUCP> Organization: MIT, Project Athena, Cambridge, Ma. Lines: 8 Using rlogin -8 is not an acceptable solution to this problem. rlogind is not reading a TIOCPKT_NOSTOP when stty raw is executed. If the start and stop characters are changed to -1 via a system call rlogind does read a TIOCPK_NOSTOP and then propagates this back across the network. stty raw should produce the same result. The change I posted a week ago takes care of the problem. Joaquim Martillo