Hi
Is it cake working with UDP? I am going to test codel with QUIC QUIC is a protocol that works using UDP protocol.
 At first test it seems cake is not limiting at 10000 kbit in a mininet environment

     r1.cmd("tc qdisc replace dev r1-eth0 root handle 1: cake bandwidth %skbit besteffort flows rtt 1800ms" %(dlrate))
Regards


El mar., 15 ene. 2019 a las 2:14, Jonathan Morton (<chromatix99@gmail.com>) escribió:
> On 15 Jan, 2019, at 12:10 am, Rodrigo Alvarez Dominguez <rodroleon@gmail.com> wrote:
>
> Is cake autotuning the target and interval?

Yes.  It takes into account several parameters, including the configured 'rtt' (100ms is the default for that).  You can see what it chooses using 'tc -s qdisc'.

 - Jonathan Morton