From owner-freebsd-ipfw@FreeBSD.ORG Fri Mar 30 07:10:43 2007 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7C1C16A407 for ; Fri, 30 Mar 2007 07:10:43 +0000 (UTC) (envelope-from dave@raven.za.net) Received: from elektra.opteqint.net (elektra.opteqint.net [209.25.178.105]) by mx1.freebsd.org (Postfix) with ESMTP id A8FED13C48A for ; Fri, 30 Mar 2007 07:10:43 +0000 (UTC) (envelope-from dave@raven.za.net) Received: from [196.209.87.107] (helo=DHA12123) by elektra.opteqint.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HXAvC-000OQD-9G for freebsd-ipfw@freebsd.org; Thu, 29 Mar 2007 22:49:17 -0800 From: "Dave Raven" To: Date: Fri, 30 Mar 2007 08:49:19 +0200 Message-ID: <015d01c77297$953ba250$bfb2e6f0$@za.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acdyl4nqGvMege9HTSegOMaDndJzWw== Content-Language: en-us Subject: Using "delay" to emulate a satellite link X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 07:10:43 -0000 Hi all, I've been looking at the ipfw (dummynet) ability to do delay and have a few questions - I hope this is the right list. I want to simulate a 1000ms RTT on a satellite link. To do that I've created an inbound and outbound pipe and given each 1mb and 500ms of delay. However, I'm unable to get anywhere near 1mb of throughput on it until I drop the delay. I believe I understand the slowdown due to the latency, but my question is this - an http download through a 500ms "emulated" link that's running 1 mb can't get 1mb, yet if I download over the internet on a site that's pinging 500ms, it goes 1mb Whats the difference between dummynet delay and real life distance delay? Thanks Dave