Displaying 3 results from an estimated 3 matches for "downmax".
Did you mean:
docmax
2005 Nov 02
0
trouble with traffic shaping HTB
...n help correct my errors or tell how to do that?
best regards
szogunek
------> script start here <----
tc filter add dev $SIECETH0 protocol ip preference 2 parent 1:0 u32 match
ip dst $host flowid 1:1${iden}
tc class add dev $SIECETH0 parent 1:2 classid 1:${iden} htb rate
${down}kbit ceil ${downmax}kbit prio $prio
tc filter add dev $SIECETH0 protocol ip preference 2 parent 1:2 u32 match
ip dst $host flowid 1:${iden}
tc class add dev $SIECETH0 parent 1:${iden} classid 1:${iden}1 htb rate
${p2pd}kbit ceil ${downmax}kbit prio 2
tc qdisc add dev $SIECETH0 parent 1:${iden}1 handle 9${iden}: sfq pe...
2005 Nov 02
0
Re: LARTC Digest, Vol 9, Issue 3
...n help correct my errors or tell how to do that?
best regards
szogunek
------> script start here <----
tc filter add dev $SIECETH0 protocol ip preference 2 parent 1:0 u32 match
ip dst $host flowid 1:1${iden}
tc class add dev $SIECETH0 parent 1:2 classid 1:${iden} htb rate
${down}kbit ceil ${downmax}kbit prio $prio
tc filter add dev $SIECETH0 protocol ip preference 2 parent 1:2 u32 match
ip dst $host flowid 1:${iden}
tc class add dev $SIECETH0 parent 1:${iden} classid 1:${iden}1 htb rate
${p2pd}kbit ceil ${downmax}kbit prio 2
tc qdisc add dev $SIECETH0 parent 1:${iden}1 handle 9${iden}: sfq pe...
2005 Nov 02
1
Re: LARTC Digest, Vol 9, Issue 3
...n help correct my errors or tell how to do that?
best regards
szogunek
------> script start here <----
tc filter add dev $SIECETH0 protocol ip preference 2 parent 1:0 u32 match
ip dst $host flowid 1:1${iden}
tc class add dev $SIECETH0 parent 1:2 classid 1:${iden} htb rate
${down}kbit ceil ${downmax}kbit prio $prio
tc filter add dev $SIECETH0 protocol ip preference 2 parent 1:2 u32 match
ip dst $host flowid 1:${iden}
tc class add dev $SIECETH0 parent 1:${iden} classid 1:${iden}1 htb rate
${p2pd}kbit ceil ${downmax}kbit prio 2
tc qdisc add dev $SIECETH0 parent 1:${iden}1 handle 9${iden}: sfq pe...