[Bloat] Some updates on hacking on AQMS

Juliusz Chroboczek jch at pps.jussieu.fr
Thu Jun 23 18:45:51 EDT 2011


> It really seems that ECN support could be added generically for all
> qdiscs that currently do packet drop. Creating a generic mark_or_drop
> function is easy.

As hinted in a previous message -- please don't.  Every qdisc must be
examined individually to check if it is suitable for ECN.

Consider also the following.  If the administrator specifies a maximum
rate of 100 Mbit/s, he probably doesn't expect the outgoing traffic to
exceed that rate under any circumstances.  If you start marking instead
of dropping, you must make sure that the resulting traffic is still
under 100 Mbit/s, including the marked packets.

-- Juliusz



More information about the Bloat mailing list