[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CBQ and RED
Hello,
First, here is a simple simulation using
a CBQ scheduler.
[[ TOPO6.TCL : 3407 in TOPO6.TCL ]]
I also have one question:
After you set a CBQ link, then each
time you insert a class (inside a flat link-
sharing structure), a new queue will be
created.
I would like to change those queues into RED
queues, does anybody know how it is possible ?
Are the following instructions really enough ?
class is a CBQ-class
set q [new Queue/RED]
$q set limit_ 100
$class install-queue $q
Best regards,
Marc Volmer (student from the ENST, Paris)
TOPO6.TCL