search for: tc_showfilter

Displaying 2 results from an estimated 2 matches for "tc_showfilter".

Did you mean: ncdshowfilter
2005 Jan 24
3
Htb, imq and sfq traffic shaping
...ow dev $DOWNIF echo "[qdisc - $UPIF]" $TC -s qdisc show dev $UPIF echo "----------------------------------------" echo echo "[class - $DOWNIF]" $TC -s class show dev $DOWNIF echo "[class - $UPIF]" $TC -s class show dev $UPIF } tc_showfilter () { echo "[filter - $DOWNIF]" $TC -s filter show dev $DOWNIF echo "[filter - $UPIF]" $TC -s filter show dev $UPIF } case "$1" in start) echo "Starting traffic shaping..." tc_reset # setup imq devices - imq0 for downl...
2007 Aug 30
17
Question about how TC enforces bandwidth limiting
Hello, I run one of my PCs as my personal router, with iptables+tc to control traffic and be my firewall. In TC, I use a combination of htb, qdisc and sfq (as well as prio) to classify bandwidth. In my current setup, I have 10 classifications of my bandwidth. (Even I admit this is probably more than I need, but at this point I''m still learning, so I''ll just leave them be.)