From 3ef94ce76774a64858de5a32d78bba0f50e34c05 Mon Sep 17 00:00:00 2001 From: "Victor Grishchenko (mughal)" Date: Wed, 10 Feb 2010 18:47:56 +0100 Subject: [PATCH] netem settings --- mfold/net.lossy.sh | 2 +- mfold/net.messy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mfold/net.lossy.sh b/mfold/net.lossy.sh index 8b70cfb..1d588a4 100644 --- a/mfold/net.lossy.sh +++ b/mfold/net.lossy.sh @@ -1,3 +1,3 @@ touch .netem-on -sudo tc qdisc add dev eth0 root netem delay 100ms loss 4.0% +sudo tc qdisc add dev eth0 root netem delay 100ms loss 5.0% diff --git a/mfold/net.messy.sh b/mfold/net.messy.sh index 6b963f0..f376abe 100644 --- a/mfold/net.messy.sh +++ b/mfold/net.messy.sh @@ -1,3 +1,3 @@ touch .netem-on -sudo tc qdisc add dev eth0 root netem delay 100ms 40ms 25% +sudo tc qdisc add dev eth0 root netem delay 100ms 20ms 25% -- 2.20.1