Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!ETN-WLV.EATON.COM!mcc From: mcc@ETN-WLV.EATON.COM (Merton Campbell Crockett) Newsgroups: comp.protocols.tcp-ip Subject: Re: TCP/IP terminalservers and BREAK(/^C) Message-ID: <8810281331.AA26368@ETN-WLV.EATON.COM> Date: 28 Oct 88 13:31:40 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 6 I think the original discussion was more concerned with the continued receipt of data after a ^C (IAC IP). Few operating systems will do anything about flushing data from the transmit queue on receipt of a ^C (IAC IP) although many will flush data from the receive queue on receipt of the ^C. If the intent is to stop the display of data on the local terminal, then ^O (IAC AO) should be used. The TELNET server should then toss the received data into the bit bucket until a SYNC is received from the remote system.