34.3.0.0.2 Pareto On/Off

A Pareto On/Off object is embodied in the OTcl class Application/Traffic/Pareto. The member variables that parameterize this object are:

A new Pareto On/Off traffic generator can be created as follows:
        set p [new Application/Traffic/Pareto]
        $p set packetSize_ 210
        $p set burst_time_ 500ms
        $p set idle_time_ 500ms
        $p set rate_ 200k
        $p set shape_ 1.5



Paul Kroon 2008-03-16