From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 906F63B29E for ; Tue, 17 Apr 2018 08:22:29 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1523967748; bh=pHEsNh6sPKXAPCqwecCSuVMEVJqc4/qIhSa5nsDPA8g=; h=From:To:Subject:In-Reply-To:References:Date:From; b=rjttM89JygjHU2z885WTZDikbeQPB2phQO/6JAmKhvJq8TXkicVOolIrVwMJXhBU/ cEU9JhgK3i2iWiv3+7mBOeebfuM+xlxBZDH6Q5NpK5E+oX9Q2HP9hFZqu+bgv6icNy DTbeKg2DjifdezA0AoUwlxNvjTi74C3z7QBWW2IzbIC4UGxZ26vFVjXjPaQG5Z9U4Y /NCh1kUpLS5CX/I2sxkqsPuJOpw3Ag2I8muzZ2WcDbRNKj6nVpwKtbTxFo1IOvleMe 0FR0piOe6JVCI0bcEVi+iRRaONZt2b4Q4A04OOJ0lRWZ0M0c9xIvvufoXMJkdo3gK8 hXu+mYLDlrfuA== To: Y , cake@lists.bufferbloat.net In-Reply-To: References: <87vacq419h.fsf@toke.dk> <87sh7u3yoa.fsf@toke.dk> Date: Tue, 17 Apr 2018 14:22:27 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87muy23tvg.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] A few puzzling Cake results X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 12:22:29 -0000 Y via Cake writes: > From: Y > Subject: Re: [Cake] A few puzzling Cake results > To: cake@lists.bufferbloat.net > Date: Tue, 17 Apr 2018 21:05:12 +0900 > > Hi. > > Any certain fomula of fq_codel flow number? Well, given N active bulk flows with packet size L, and assuming the quantum Q=L (which is the default for FQ-CoDel at full-size 1500-byte packets), the maximum rate for a sparse flow, R_s, is bounded by R_s < R / ((L/L_s)(N+1)) Where R is the link rate and L_s is the packet size of the sparse flow. This assumes that the sparse flow has constant spacing between its packets, which is often the case for a VoIP flow... -Toke