From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 42847201B52; Wed, 9 May 2012 09:37:10 -0700 (PDT) Received: by bkty5 with SMTP id y5so945169bkt.16 for ; Wed, 09 May 2012 09:37:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; bh=9QtByEYGF9WDq0uLWAm2UZ13XcA40LSMJnnm5Hh6m4I=; b=aFQdYtHd+vwVgQdjK+pLeXWFDhxbFkGPT/pL+WUN7dOYisOuc9pDZZSGcP711ob36H LpKfuAao2jSrjv/RvZ3Rdff9U0einXpbZL76sLpY4D+hAkHsDvtI0P8Www/CVzq3tlmf xwQNsHVS7pn7Fv/9O5ixdbXaJLE2DymvWbeUgiwU7Ft4Szr0EqRrTx+VzKifO3tK4fBf lNxACslC0CP5FeZf0Q3nNi4k6znW4d8/o0OhdiCU3tpiLnYznXaz6smBVsAqP9hfa15U UyBelx5eFQJ1LLFum+U755thyZr/B19vOCjKYRySAwqsTje//8m126Oy+oai55egu87E a16Q== Received: by 10.204.132.87 with SMTP id a23mr232600bkt.134.1336581428214; Wed, 09 May 2012 09:37:08 -0700 (PDT) Received: from [172.28.91.135] ([74.125.122.49]) by mx.google.com with ESMTPS id z14sm6438810bky.15.2012.05.09.09.37.05 (version=SSLv3 cipher=OTHER); Wed, 09 May 2012 09:37:06 -0700 (PDT) From: Eric Dumazet To: Josh Hunt In-Reply-To: References: <1336368957-17586-1-git-send-email-dave.taht@bufferbloat.net> <1336399043.3752.2318.camel@edumazet-glaptop> <1336571439.12504.27.camel@edumazet-glaptop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 09 May 2012 18:37:04 +0200 Message-ID: <1336581424.12504.44.camel@edumazet-glaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Cc: codel@lists.bufferbloat.net, bloat , Dave =?ISO-8859-1?Q?T=E4ht?= Subject: Re: [Codel] [Bloat] [PATCH v12] codel: Controlled Delay AQM X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 16:37:10 -0000 On Wed, 2012-05-09 at 11:32 -0500, Josh Hunt wrote: > On Wed, May 9, 2012 at 8:50 AM, Eric Dumazet wrote: > > + * Source : Kathleen Nichols and Van Jacobson > > + * http://queue.acm.org/detail.cfm?id=2209396 > > This link is dead. Looks like it's a typo and should be: > http://queue.acm.org/detail.cfm?id=2209336 Thanks, fixed ;)