From owner-freebsd-current Sat Jul 1 00:11:31 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA04746 for current-outgoing; Sat, 1 Jul 1995 00:11:31 -0700 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA04740 for ; Sat, 1 Jul 1995 00:11:26 -0700 Received: by haven.uniserve.com id <30804>; Sat, 1 Jul 1995 00:12:04 +0100 Date: Sat, 1 Jul 1995 00:12:04 -0700 (PDT) From: Tom Samplonius To: David Greenman cc: Garrett Wollman , current@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa sio.c In-Reply-To: <199506252258.PAA00581@corbin.Root.COM> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@freebsd.org Precedence: bulk On Sun, 25 Jun 1995, David Greenman wrote: > I'm not sure this going help a lot - most of the data gets buffered in the > modem and priority queing for ACKs isn't going to help this. How big are modem buffers? From my own expirences, modem buffers sizes appear to be much less than the TCP win size, which would indicate that most of data is buffered at the computer. Tom