From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 21:43:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97F5F16A418 for ; Fri, 31 Aug 2007 21:43:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 81F8113C459 for ; Fri, 31 Aug 2007 21:43:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay11.apple.com (relay11.apple.com [17.128.113.48]) by mail-out4.apple.com (Postfix) with ESMTP id 109901057DDB; Fri, 31 Aug 2007 14:43:38 -0700 (PDT) Received: from relay11.apple.com (unknown [127.0.0.1]) by relay11.apple.com (Symantec Mail Security) with ESMTP id EEA0D2805E; Fri, 31 Aug 2007 14:43:37 -0700 (PDT) X-AuditID: 11807130-a499cbb000006012-f6-46d88b893924 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay11.apple.com (Symantec Mail Security) with ESMTP id DB36A2804E; Fri, 31 Aug 2007 14:43:37 -0700 (PDT) In-Reply-To: <46D818E3.2090406@gmail.com> References: <46D818E3.2090406@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <22F471F5-CDA5-4FB8-98DB-C700BF4D8099@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 31 Aug 2007 14:43:37 -0700 To: deeptech71@gmail.com X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: dummynet lag 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: Fri, 31 Aug 2007 21:43:43 -0000 On Aug 31, 2007, at 6:34 AM, deeptech71@gmail.com wrote: > Is it normal to have +10msec ping times when pinging through > dummynet (ipfw pipes)? If yes, why? If not, WTF? If your HZ is 100, then, yes, it's common for the packets to be delayed by 10+ msec. Set HZ to 1000 or higher and you'll have the latency drop to circa 1 ms. -- -Chuck