Skip to content

traffic-control: Updated Mark method now does not mark already marked packets

Bhaskar Kataria requested to merge bhaskar792/ns-3-dev:Mark into master

Equivalent Linux implementation of Mark(), INET_ECN_set_ce() returns true only if it actually changed something. It resolves the issue #225 (closed). Test for checking the new mark implementation is implemented in the FqCoDel queue disc. Test for Codel queue disc is revised with the new implementation of mark method.

Edited by Bhaskar Kataria

Merge request reports