Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!rws@mit-bold From: rws%mit-bold@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: 4.2 telnetd AYT bug Message-ID: <15666@sri-arpa.UUCP> Date: Tue, 17-Jan-84 20:43:46 EST Article-I.D.: sri-arpa.15666 Posted: Tue Jan 17 20:43:46 1984 Date-Received: Thu, 19-Jan-84 04:58:40 EST Lines: 18 From: Robert W. Scheifler Description: When the telnet daemon receive an Are You There, it writes a ^G to the pty rather than back to the network. Repeat-By: Telnet to a 4.2 host with a user telnet that can send AYT's, and send one. See the ^G echo and show up in your input buffer, rather than ringing your bell. Fix: Change case AYT: *pfrontp++ = BELL; break; to case AYT: *nfrontp++ = BELL; break;