I'm trying to emulate slow net link with command tc
. I use netem
to emulate delay and packet loss and htb to emulate narrow bandwidth, but I find there is a limit option in netem
, what does this option do? will it affect the final bandwidth?
I googled it and find something in http://manpages.ubuntu.com/manpages/raring/man8/tc-netem.8.html
which says:
limits the effect of selected options to the indicated number of next packets.
But I still can not understand what it does.
From https://lists.linuxfoundation.org/pipermail/netem/2007-March/001091.html