Using linux tc-ingress on android -


i'm trying use tc (traffic control) linux on android. far managed create qdisc root can't create qdisc ingress. following error.

2|root@dior:/ # tc qdisc add dev wlan0 handle ffff: ingress rtnetlink answers: no such file or directory 

is because of code or system not have ingress functionality?


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -