From owner-freebsd-stable Thu Dec 13 3: 2:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 7CC2E37B41A for ; Thu, 13 Dec 2001 03:02:36 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBDB2WQ66827; Thu, 13 Dec 2001 03:02:32 -0800 (PST) (envelope-from dillon) Date: Thu, 13 Dec 2001 03:02:32 -0800 (PST) From: Matthew Dillon Message-Id: <200112131102.fBDB2WQ66827@apollo.backplane.com> To: Thomas Zenker Cc: stable@freebsd.org, jlemon@flugsvamp.com Subject: Re: TCP stack still hosed? References: <20011213105451.A738@mezcal.tue.le> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Check your kernel sources and make sure you have at least these versions: Revision Changes Path 1.107.2.19 +8 -3 src/sys/netinet/tcp_input.c 1.39.2.12 +40 -14 src/sys/netinet/tcp_output.c 1.56.2.9 +2 -1 src/sys/netinet/tcp_var.h If you don't, maybe your update or build/install mechanism isn't working as expected. If you do, we need tcpdumps of the test connection. Also, I recommend testing between two hosts with normal ethernet cards in them (i.e. not USB) as a double-check. -Matt Matthew Dillon :Hi, : :after making new kernels I have noticed a dramatical performance drop :in the tcp stack. : :The last normally working kernel I have is from 20th november. :The sources are up to date, our archives are updated nightly. : :I am using a scripted sysinstall for doing installations/updates :on our embedded equipment. Testing the installation on a normal PC :I can see the numbers on the speedometer :-) : :"host-242" is installed, the release is fetched from "mezcal". :Both are connected to a switch 10/100TX, mezcal has a fxp running :with 100baseTX, host-242 has a NetGear USB/ethernet adapter (10TX). : :Here are the numbers: : :1. server new, client new: 10-15 Kb/s :mezcal: FreeBSD 4.4-STABLE #23: Thu Dec 13 08:48:40 CET 2001 :host-242: FreeBSD 4.4-STABLE #0: Wed Dec 12 13:37:50 GMT 2001 : :2. server old, client new: 140-160 Kb/s :mezcal: FreeBSD 4.4-STABLE #21: Tue Nov 20 14:17:19 CET 2001 :host-242: FreeBSD 4.4-STABLE #0: Wed Dec 12 13:37:50 GMT 2001 : :3. server old, client old: 225-245 Kb/s :mezcal: FreeBSD 4.4-STABLE #21: Tue Nov 20 14:17:19 CET 2001 :host-242: FreeBSD 4.3-STABLE #0: Tue Jul 17 10:58:55 GMT 2001 : :I have tcpdumps for all three cases. Strange are sometimes lots :of duplicate acks. : :Who is interrested in the tcpdumps? : :Also I have tried to switch off newreno and delayed_ack, but with :no visible effect. : :Thomas : :-- Thomas Zenker : c/o Lennartz electronic GmbH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message