Penguin
Annotated edit history of NetEm version 2, including all changes. View license author blame.
Rev Author # Line
2 IanMcDonald 1 NetEm is part of the [LinuxKernel] that can be used for [TrafficShaping].
1 IanMcDonald 2
3 The home page for netem is [http://developer.osdl.org/shemminger/netem/]
4
5 It is designed to do similar work to dummynet for FreeBSD and shares some code with NISTNet.
6
7 This software is used within the WandGroup for simulating loss, delay and congestion.
8
2 IanMcDonald 9 NetEm relies on IpRoute to enable it's features.
1 IanMcDonald 10
11 To build it into the [Kernel] you need these symbols set at least:%%%
12 CONFIG_NET_SCHED%%%
13 CONFIG_NET_SCH_NETEM
2 IanMcDonald 14
15 NetEm needs a [LinuxKernel] with version 2.6.13 or later unless you run an earlier development [Kernel].
1 IanMcDonald 16
17 The way that seems to be best to use is to put the machine with netem on it between two other boxes as a router.