[Cake] A few puzzling Cake results

Jonathan Morton chromatix99 at gmail.com
Wed Apr 18 12:54:39 EDT 2018


> On 18 Apr, 2018, at 7:11 pm, Toke Høiland-Jørgensen <toke at toke.dk> wrote:
> 
> What you're saying here is that you basically don't believe there are
> any applications where a bulk TCP flow would also want low queueing
> latency? :)

I'm saying that there's a tradeoff between intra-flow induced latency and packet loss, and I've chosen 4 MTUs as the operating point.

Bear in mind that with high packet loss, the retransmissions take an extra RTT to complete in any case, and there's a higher probability of incurring an RTO which will *really* hurt your intra-flow latency.

This equation is modified with ECN because a high signalling rate doesn't result in packet loss or retransmissions, but I'm not presently making any decisions based on ECN support, except the obvious one of whether to mark or drop.

 - Jonathan Morton



More information about the Cake mailing list