From owner-freebsd-current Tue Jul 18 02:12:43 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA17728 for current-outgoing; Tue, 18 Jul 1995 02:12:43 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA17722 for <freebsd-current@freebsd.org>; Tue, 18 Jul 1995 02:12:40 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id CAA16924; Tue, 18 Jul 1995 02:11:59 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id CAA00812; Tue, 18 Jul 1995 02:13:14 -0700 Message-Id: <199507180913.CAA00812@corbin.Root.COM> To: roberto@blaise.ibp.fr (Ollivier Robert) cc: peter@haywire.dialix.com (Peter Wemm), freebsd-current@freebsd.org Subject: Re: About ed0 problem and big Ierrs numbers In-reply-to: Your message of "Tue, 18 Jul 95 11:01:56 +0200." <199507180901.LAA03912@blaise.ibp.fr> From: David Greenman <davidg@Root.COM> Reply-To: davidg@Root.COM Date: Tue, 18 Jul 1995 02:13:13 -0700 Sender: current-owner@freebsd.org Precedence: bulk >> Yup. Solaris has a 4096 byte max window... > >I don't use Solaris. Sidhe is a 4.1.3 SunOS. And the slowdown I've >encountered started between 2.0R and 2.0.5R. I used to get between >400 and 600 KB/s between my two machines. The slowdown is a new thing. Try adding "options TCP_ACK_HACK" to your kernel config file. This restores one of my old hacks that causes TCP to ack small packets (<MSS) immediately. The input errors are either overruns or something more serious (like an indication of a cable problem). -DG