* [Cake] decaying flows with an empty qdisc
@ 2017-11-26 22:22 Dave Taht
0 siblings, 0 replies; only message in thread
From: Dave Taht @ 2017-11-26 22:22 UTC (permalink / raw)
To: Cake List
...
} else if (!sch->q.qlen) {
int i;
for (i = 0; i < q->tin_cnt; i++) {
if (q->tins[i].decaying_flow_count) {
qdisc_watchdog_schedule_ns(&q->watchdog, now +
q->tins[i].cparams.target);
break;
I imagine this code is rarely hit, doing bursty udp flooding on
various diffserv code-points, which then drain would be needed to
exercise it.
}
}
}
--
Dave Täht
CEO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-669-226-2619
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-26 22:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-26 22:22 [Cake] decaying flows with an empty qdisc Dave Taht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox