From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bw0-f43.google.com (mail-bw0-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 AD1BF200619 for ; Wed, 28 Sep 2011 11:03:49 -0700 (PDT) Received: by bkas6 with SMTP id s6so12543768bka.16 for ; Wed, 28 Sep 2011 11:03:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=aasyltusH2vD/CL/KnMalo/k3StFccxch7r6YZGJroc=; b=luD9v58RZYSCiazWc8OOkt6VYyx90sygoWtrOGlpzCO+mWrqYwefDkduOl0dF6Z6RR v8CyYo4bJwRdaKSvVjQqktWXw0GYoR93J1tB7KRstn6/OZ59yxY2UdAoWc/ZbdYaf3US v8J7pk9oxfL9EwTG7UQBtttaBeJ8AygqXcXds= Received: by 10.204.129.20 with SMTP id m20mr6037499bks.335.1317233027149; Wed, 28 Sep 2011 11:03:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.41.69 with HTTP; Wed, 28 Sep 2011 11:03:27 -0700 (PDT) In-Reply-To: <1317231659.4324.14.camel@probook> References: <1317231659.4324.14.camel@probook> From: Jesper Louis Andersen Date: Wed, 28 Sep 2011 20:03:27 +0200 Message-ID: To: Jesper Dangaard Brouer Content-Type: text/plain; charset=UTF-8 Cc: bloat Subject: Re: [Bloat] Dealing with P2P traffic in modern networks - measurement, identification, and control X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 18:03:50 -0000 On Wed, Sep 28, 2011 at 19:40, Jesper Dangaard Brouer wrote: > If anybody else on the list have links/articles relating to behavioral > traffic classification, I'm interested! :-) My eTorrent uTP branch almost but not quite implement uTP in Erlang. It uses a LEDBAT classifier in its base, and the idea is definitely alluring. I have not had time testing it yet though, so I don't know anything about how it fares or don't. The "almost but not quite" part is that I skipped over some things in uTP to make other parts work first. I do have the LEDBAT scheduler but miss important things like Nagles algorithm, etc. The thesis Dave linked is quite interesting, but I have not yet even skimmed it. -- J.