From owner-freebsd-bugs Fri Apr 19 01:06:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA07506 for bugs-outgoing; Fri, 19 Apr 1996 01:06:09 -0700 (PDT) Received: from idiom.com (idiom.com [140.174.82.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA07500 Fri, 19 Apr 1996 01:06:03 -0700 (PDT) Received: (from muir@localhost) by idiom.com (8.6.12/8.6.12) id BAA03220; Fri, 19 Apr 1996 01:05:32 -0700 Date: Fri, 19 Apr 1996 01:05:32 -0700 From: David Muir Sharnoff Message-Id: <199604190805.BAA03220@idiom.com> To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) Cc: nate@sri.MT.net (Nate Williams), joerg_wunsch@uriah.heep.sax.de, scrappy@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org, core@freebsd.org, muir@idiom.com Subject: Re: Re: bin/1019 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * * Then use PPP wchich understand login/password :-) * The problem with auto-detecting is line noise. It is possible that * some incoming junk looks like packet, detecting procedure must be * smart enough and detect several long packets in sequence to be shure, * not just one small packet. That's why the option is off by default. A better detection system would be better. What I submitted works well enough, but it can be fooled by line noise. Personally, I haven't seen much line noise since modems all started using error correction. -Dave