From owner-freebsd-bugs Fri May 16 16:10:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA25651 for bugs-outgoing; Fri, 16 May 1997 16:10:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA25641; Fri, 16 May 1997 16:10:04 -0700 (PDT) Resent-Date: Fri, 16 May 1997 16:10:04 -0700 (PDT) Resent-Message-Id: <199705162310.QAA25641@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, eyager@novagate.com Received: from wolfden.novagate.com (PM-130.Muskegon.novagate.net [205.138.137.62]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA25553 for ; Fri, 16 May 1997 16:07:57 -0700 (PDT) Received: (from eyager@localhost) by wolfden.novagate.com (8.8.5/8.6.12) id TAA03858; Fri, 16 May 1997 19:06:54 -0400 (EDT) Message-Id: <199705162306.TAA03858@wolfden.novagate.com> Date: Fri, 16 May 1997 19:06:54 -0400 (EDT) From: eyager@novagate.com Reply-To: eyager@novagate.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/3608: Bug in telnet linemode Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3608 >Category: bin >Synopsis: Telnet in linemode will break apart long lines. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 16 16:10:01 PDT 1997 >Last-Modified: >Originator: Eric Yagerlener >Organization: None >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD 2.2.1-RELEASE PPP internet connection MTU 1500 >Description: When telnet is operating in the line mode, the maximum lenght of a line is 106 charecters. Any part of a line longer than 106 charecters will be sent as a different line. This problem will be apparent on many MUD's which require telnet to operate in linemode. BSDi used to suffer the same problem in the 2.0 release but was fixed in 2.1. This problem is also present in MUD clients from the ports collection. >How-To-Repeat: Connect to a MUD, such as sleepy.net port 5000, and key the following as one line.... The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. This will interpret this as... The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog. The quick br own fox jumped over the lazy dog. >Fix: >Audit-Trail: >Unformatted: