I'm aware that one can introduce packet loss in a Linux machine using tc
. For example:
tc qdisc change dev eth0 root netem loss 10%
However, is it possible to specify a traffic direction where the packet loss occurs? I would like to have no packet loss on receive, but 10% packet loss on transmit for testing purposes.