Re: [PATCH] netem: account for packets in delayed queue in qlen
From: jamal <hidden>
Date: 2005-04-22 00:32:19
From: jamal <hidden>
Date: 2005-04-22 00:32:19
On Fri, 2005-22-04 at 02:10 +0200, Patrick McHardy wrote:
jamal wrote:quoted
Duplication of packets would be trivial to do with mirred mirror option attached to the qdisc.The problem with duplication and queueing to the device is that the packet needs to take the same classification-path as the original packet to end up in the same leaf-queue. This can only be guaranteed by restricting which classifiers can be used.
What i described happens before the queueing. So packets should end up in the same leaf queue because the same classifier rule is used to select the dup action. I should actually try to make sure it works; cheers, jamal