Skip to content

Commit

Permalink
thinko in simplest.qos - use downlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Jan 20, 2014
1 parent 41496c1 commit fd53c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sqm-scripts/files/usr/lib/sqm/simplest.qos
Expand Up @@ -30,7 +30,7 @@ logger "ingress"
$TC qdisc del dev $IFACE handle ffff: ingress 2>/dev/null
$TC qdisc add dev $IFACE handle ffff: ingress

LQ="quantum `get_mtu $IFACE ${UPLINK}`"
LQ="quantum `get_mtu $IFACE ${DOWNLINK}`"

$TC qdisc del dev $DEV root 2>/dev/null
$TC qdisc add dev $DEV root handle 1: `get_stab_string` htb default 10
Expand Down

0 comments on commit fd53c61

Please sign in to comment.