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

[ns] What's the problem?



Hi!

I'm adding simple error model to my example...
But it doesn't work.

Could you give me a hand???

the adding code is 
--------------------------------
# Create Error Model
set em_ [new ErrorModel]
$em_ set rate_ 0.05
$em_ unit pkt
$em_ ranvar [new RandomVariable/Uniform]
$em_ drop-target $sink
---------------------------------

Thanx...
J.