diff options
author | Jesper Dangaard Brouer <hawk@comx.dk> | 2008-12-15 11:39:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-15 11:39:17 +0300 |
commit | eb9b851b980e20ba5f6bdfd6ec24f4bc77623ce6 (patch) | |
tree | 7d417a6a8a2020810597c5dcac4b59213f7c269c /net/sched | |
parent | be70ed189bc0d16e1609a1c6c04ec9418b4dd11a (diff) | |
download | linux-eb9b851b980e20ba5f6bdfd6ec24f4bc77623ce6.tar.xz |
SCHED: netem: Correct documentation comment in code.
The netem simulator is no longer limited by Linux timer resolution HZ.
Not since Patrick McHardy changed the QoS system to use hrtimer.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/sch_netem.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c index a11959908d9a..98402f0efa47 100644 --- a/net/sched/sch_netem.c +++ b/net/sched/sch_netem.c @@ -46,9 +46,6 @@ layering other disciplines. It does not need to do bandwidth control either since that can be handled by using token bucket or other rate control. - - The simulator is limited by the Linux timer resolution - and will create packet bursts on the HZ boundary (1ms). */ struct netem_sched_data { |