Skip to content

Commit

Permalink
tools: activate packet loss for jitter simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Oct 4, 2023
1 parent 3e0668d commit f4ef9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/jitter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ function init_jitter () {

function enable_jitter() {
echo "ENABLE JITTER ..."
sudo tc qdisc add dev ifb1 root netem delay 0ms 50ms
# sudo tc qdisc add dev ifb1 root netem delay 0ms 50ms
sudo tc qdisc add dev ifb1 root netem delay 0ms 50ms loss 0.7%
}


Expand Down

0 comments on commit f4ef9c1

Please sign in to comment.