Skip to content

traffic-control: Add functors to support chaining of ECN Mark trace

Tom Henderson requested to merge tomhenderson/ns-3-dev:queue-disc-mark into master

This patch extends the queue disc class to allow mark operations by an internal child queue disc to be traced on the parent queue disc, much the same as how drops are handled.

Merge request reports