All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] HTB on loopback gives a bit rate multiplied by 8
@ 2005-06-01 19:37 Kiruthika Selvamani
  2005-06-01 21:28 ` Andy Furniss
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kiruthika Selvamani @ 2005-06-01 19:37 UTC (permalink / raw)
  To: lartc

Hi,

I am trying to use htb to limit bandwidth on loopback for traffic
through particular port.

Here is the script I am using.

tc qdisc add dev lo root handle 1: htb
tc class add dev lo parent 1: classid 1:1 htb rate 100kbit ceil 100kbit
tc class add dev lo parent 1:1 classid 1:10 htb rate 50kbit ceil 50kbit
tc class add dev lo parent 1:1 classid 1:11 htb rate 50kbit ceil 50kbit
tc filter add dev lo protocol ip parent 1:0 prio 0 u32 match ip sport
22 0xffff flowid 1:10
tc filter add dev lo protocol ip parent 1:0 prio 0 u32 match ip dport
22 0xffff flowid 1:11

When this script is applied across eth0 (when I do a sftp to another
machine) the bandwidth limitation is applied correctly. However if I
use this in loopback (sftp to another directory in the same machine)
then I get bit rate approx 400kbit - i.e. usually it roughly
multiplies the bit rate by 8. Why does this happen? Does HTB work
differently in loopback? Any clue regarding this would be mostl
helpful.

Thanks
Kiruthika
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-02 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 19:37 [LARTC] HTB on loopback gives a bit rate multiplied by 8 Kiruthika Selvamani
2005-06-01 21:28 ` Andy Furniss
2005-06-02 13:40 ` Kiruthika Selvamani
2005-06-02 19:32 ` Andy Furniss

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.