
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Re: Adding latency to network connection
- Date: Wed, 18 Feb 2009 09:33:59 +0000
- From: John Fremlin <john@example.com>
- Subject: [tlug] Re: Adding latency to network connection
- References: <499BBD74.30402@bebear.net>
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
Use tc netem?
http://www.linuxfoundation.org/en/Net:Netem
Emulating wide area network delays
This is the simplest example, it just adds a fixed amount of delay to all packets going out of the local Ethernet.
# tc qdisc add dev eth0 root netem delay 100ms
[...]
Home |
Main Index |
Thread Index