Your configuration looks ok however you did not provide your tc
filter settings. What commands are you using to assign packets
to classes 1:2, 1:3 and 1:4?

regards
Goetz

openings wrote:
Seudo tc command
=============
add qdisc dev eth1 root handle 1: htb default 2
add class dev eth1 parent 1: classid 1:1 rate 10Mbit ceil 10Mbit
add class dev eth1 parent 1:1 classid 1:2 rate 1Mbit ceil 9Mbit         <==== UDP 
traffic
add class dev eth1 parent 1:1 classid 1:3 rate 3Mbit ceil 3Mbit         <==== TCP 
traffic of Host 1
add class dev eth1 parent 1:1 classid 1:4 rate 1Mbit ceil 1Mbit         <==== TCP 
traffic of Host 2

Problem
======
I want to guarantee Host1 TCP and Host 2 TCP traffic by rate value. (3Mbps, 1Mbps)
but when I start test, UDP traffic dominate 9Mbps speed. (it used full of ceil rate)
the ramainder bandwidth is divided by Host1 TCP and Host2 TCP. (very slow!)
Why TCP traffic can't get bandwidth of rate setting.?
UDP traffic's rate value is 1Mbos, nevertheless UDP traffic get 8Mbps. Why rate value is not guaranteed ?
™¨¥Šx%ŠË?,S
f¢–f§vÏZžXm¶Ÿÿ™¨¥™©Ý³Ö§—ùšŠYšŸùb²Ø§~?åj»\å“:m§ÿåj»\¢¸?


_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to