From owner-freebsd-net@FreeBSD.ORG Mon Jun 18 17:05:41 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A0521065670 for ; Mon, 18 Jun 2012 17:05:41 +0000 (UTC) (envelope-from "."@babolo.ru) Received: from smtp1.babolo.ru (smtp1.babolo.ru [195.9.14.139]) by mx1.freebsd.org (Postfix) with ESMTP id 654398FC0A for ; Mon, 18 Jun 2012 17:05:40 +0000 (UTC) Received: from cicuta.babolo.ru (cicuta.babolo.ru [194.58.246.5]) by smtp1.babolo.ru (8.14.2/8.14.2) with SMTP id q5IGu1uk065550; Mon, 18 Jun 2012 20:56:01 +0400 (MSK) (envelope-from .@babolo.ru) Received: (nullmailer pid 52338 invoked by uid 136); Mon, 18 Jun 2012 16:54:17 -0000 Date: Mon, 18 Jun 2012 20:54:17 +0400 From: Aleksandr A Babaylov <.@babolo.ru> To: Randy Bush Message-ID: <20120618165417.GA52325@babolo.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-net Subject: Re: dummynet delay X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 17:05:41 -0000 On Tue, Jun 19, 2012 at 01:48:45AM +0900, Randy Bush wrote: > add pipe 1 tcp from 147.28.2.129 to 147.28.2.133 > add pipe 2 tcp from 147.28.2.133 to 147.28.2.129 > pipe 1 config queue 50 delay 200ms > pipe 2 config queue 50 delay 200ms > > is a tcp packet from 147.28.2.129 to 147.28.2.133 delayed by 200ms or > 400ms, 200 for each interface? if both addresses are external, 400ms. 200 on input and 200 on output.