Tôi muốn mô phỏng việc mất gói trên thiết bị Android đã root để xem mức độ khác nhau ảnh hưởng đến chất lượng phát video. Tôi đã thử netem và iptables, nhưng không thành công:
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".
Là định dạng sai hoặc có thể thêm hỗ trợ netem bằng cách nào đó?
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.
Có sự thay thế nào khác trong Android không?