[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] CBQ Classifier



Hi,
I want to change the default classifier of CBQLink from Classifier/Hash/Fid to Classifier/Hash/SrcDestFid. The scripts:

set cl [new Classifier/Hash/SrcDestFid 33]
$ns simplex $n3 $n4 1Mb 10ms CBQ/WRR $cl

There are errors:
...
CBQ_
CBQ/WRR {
    if {[llen..."
    (procedure "_o3" line27)
    (Simulator simplex-link line 27)
    invoked from within
    "$ns simplex-link $n3 $n4 1Mb 10ms CBQ/WRR $cl"

Any help is appreciated.

PB