From owner-freebsd-hackers Sun May 11 11:56:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA09004 for hackers-outgoing; Sun, 11 May 1997 11:56:18 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA08998 for ; Sun, 11 May 1997 11:56:11 -0700 (PDT) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.61 #1) id 0wQdmv-00069p-00; Sun, 11 May 1997 11:56:05 -0700 Date: Sun, 11 May 1997 11:56:05 -0700 (PDT) From: Tom Samplonius To: Brian Somers cc: Luigi Rizzo , hackers@freebsd.org Subject: Re: sio flow control problems with 2.2? In-Reply-To: <199705111142.MAA14168@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 May 1997, Brian Somers wrote: ... > It's theoretically impossible to give the modem too much data - > the next character is only sent on receipt of an interrupt (maybe > you've got something else causing interrupts ?) that says the > transmit buffer is empty. Not quite. Generally you drive a modem at 115200 bps, while the line rate is only 28800 bps (plus some extra for compression). When the modem's internal buffer fills up, it asserts flow control. If the computer doesn't see it, it will keep pumping data to the modem at 115200, which the modem will likely discard. > > Thanks > > Luigi > > -----------------------------+-------------------------------------- > > Luigi Rizzo | Dip. di Ingegneria dell'Informazione > > email: luigi@iet.unipi.it | Universita' di Pisa > > tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) > > fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ > > _____________________________|______________________________________ > > I think your first step should be to prove you can log in using > kermit or some such and see that flow control works there. > > Then you can put ppp and tcp/ip on top. > > -- > Brian , > > Don't _EVER_ lose your sense of humour.... > > > > Tom