Chciałbym zasymulować utratę pakietów na zrootowanym urządzeniu z Androidem, aby zobaczyć, jak różne poziomy wpływają na jakość przesyłania strumieniowego wideo. Próbowałem netem i iptables, bez powodzenia:
Netem :
# tc qdisc change dev rmnet0 root netem loss 0.1%
tc qdisc change dev rmnet0 root netem loss 0.1%
Android does not support qdisc 'netem'
Garbage instead of arguments "loss ...". Try "tc qdisc help".
Czy format jest nieprawidłowy lub czy można w jakiś sposób dodać obsługę Netem?
iptables :
# iptables -A INPUT -m statistic --mode random --probability 0.01 -j DROP
iptables -A INPUT -m statistic --mode random --probability 0.01 -j DROP
iptables v1.3.7: Couldn't find match `statistic'
Try `iptables -h' or 'iptables --help' for more information.
Czy jest jakaś alternatywa dla Androida?