Someone can add to default htb statup script a configuration to use IMQ to queue and control UPLOAD and DOWNLOAD?
Logged In: YES user_id=667800
tc qdisc add dev $DEV handle ffff: ingress
# filter *everything* to it (0.0.0.0/0), drop everything that's # coming in too fast:
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \ 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
Log in to post a comment.
Logged In: YES
user_id=667800
tc qdisc add dev $DEV handle ffff: ingress
# filter *everything* to it (0.0.0.0/0), drop everything that's
# coming in too fast:
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32
match ip src \ 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop
flowid :1