commit | 771018e76aaa6474be20a53c20458bcae8b00485 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue May 03 16:24:32 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 16:24:32 2005 -0700 |
tree | acbd1186524815205337dd57322a4926cadc3554 | |
parent | 8cbe1d46d69f9e2c49f284fe0e9aee3387bd2c71 [diff] |
[PKT_SCHED]: netetm: make qdisc friendly to outer disciplines Netem currently dumps packets into the queue when timer expires. This patch makes work by self-clocking (more like TBF). It fixes a bug when 0 delay is requested (only doing loss or duplication). Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>