- POO_Traffic()
- virtual double next_interval(int&)
- int on()
- void init()
- double ontime_
- average length of burst (sec)
- double offtime_
- average idle period (sec)
- double rate_
- send rate during burst (bps)
- double interval_
- inter-packet time at burst rate
- double burstlen_
- average packets/burst
- double shape_
- pareto shape parameter
- unsigned int rem_
- number of packets remaining in current burst
- double p1_
- parameter for pareto distribution to compute
number of packets in burst
- double p2_
- parameter for pareto distribution to compute
length of idle period
- int on_
- denotes whether in the on or off state