From owner-freebsd-questions@FreeBSD.ORG Sat Mar 25 02:09:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9220416A400 for ; Sat, 25 Mar 2006 02:09:14 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF1743D45 for ; Sat, 25 Mar 2006 02:09:14 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 5CBDCD42ADF for ; Fri, 24 Mar 2006 21:09:12 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Fri, 24 Mar 2006 21:09:02 -0500 X-Sasl-enc: l/OA/l5gWCDbboZC4gOC5H+EcHj2fsrfvkSvBZOIr9Pf 1143252542 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id 095F12D9 for ; Fri, 24 Mar 2006 21:09:01 -0500 (EST) From: RW To: FreeBSD - Questions Date: Sat, 25 Mar 2006 02:09:09 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603250209.10994.list-freebsd-2004@morbius.sent.com> Subject: TCP delayed acks not being delayed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 02:09:14 -0000 I have a 1MB/0.25Mb ADSL connection and have an IPFW rule to prioritize outgoing empty acks. If I download a single file with kget at 100 kbytes/s, I see that the rule gets hit at a rate of 50/s: ie a little under 1 empty-ack per incoming packet. I have: net.inet.tcp.delacktime: 100 net.inet.tcp.delayed_ack: 1 which I thought should limit each TCP connection to <=10 empty acks per second