<div dir="ltr">It is more complex than that. The general formula is the max-min fair-rate.<div>The formula Toke has provided works only if you have one single sparse flow s and all the others are bottlenecked at this link.</div><div>I.e. the experiment he has reported.</div><div><br></div><div>If you have N_s sparse flows and each consumers  R_s,i  and N_b bottlenecked flows the max-min fair-rate is </div><div>(R - sum_i R_s,i) / N_b</div><div><br></div><div>The simplest way to compute max-min fair-rates is using the water filling procedure (starting for low rate upwards) which</div><div>sets the threshold to determine if a given flow is in N_s or N_b.</div><div><br></div><div>BTW, this is well known literature. Search max-min rates calculations.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 17, 2018 at 2:22 PM, Toke Høiland-Jørgensen <span dir="ltr"><<a href="mailto:toke@toke.dk" target="_blank">toke@toke.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Y via Cake <<a href="mailto:cake@lists.bufferbloat.net">cake@lists.bufferbloat.net</a>> writes:<br>
<br>
> From: Y <<a href="mailto:intruder_tkyf@yahoo.fr">intruder_tkyf@yahoo.fr</a>><br>
> Subject: Re: [Cake] A few puzzling Cake results<br>
> To: <a href="mailto:cake@lists.bufferbloat.net">cake@lists.bufferbloat.net</a><br>
> Date: Tue, 17 Apr 2018 21:05:12 +0900<br>
><br>
> Hi.<br>
><br>
> Any certain fomula of fq_codel flow number?<br>
<br>
Well, given N active bulk flows with packet size L, and assuming the<br>
quantum Q=L (which is the default for FQ-CoDel at full-size 1500-byte<br>
packets), the maximum rate for a sparse flow, R_s, is bounded by<br>
<br>
R_s < R / ((L/L_s)(N+1))<br>
<br>
Where R is the link rate and L_s is the packet size of the sparse flow.<br>
This assumes that the sparse flow has constant spacing between its<br>
packets, which is often the case for a VoIP flow...<br>
<span class="HOEnZb"><font color="#888888"><br>
-Toke<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Cake mailing list<br>
<a href="mailto:Cake@lists.bufferbloat.net">Cake@lists.bufferbloat.net</a><br>
<a href="https://lists.bufferbloat.net/listinfo/cake" rel="noreferrer" target="_blank">https://lists.bufferbloat.net/<wbr>listinfo/cake</a><br>
</div></div></blockquote></div><br></div>