1.1 --- a/utils/flowmon/flowmon-bench.py Fri May 22 13:30:16 2009 +0100
1.2 +++ b/utils/flowmon/flowmon-bench.py Fri May 22 14:03:45 2009 +0100
1.3 @@ -137,6 +137,7 @@
1.4 # -- create the flow monitor, if requested --
1.5 if enable_monitor:
1.6 flowmon_helper = ns3.FlowMonitorHelper()
1.7 + flowmon_helper.SetMonitorAttribute("StartTime", ns3.TimeValue(ns3.Seconds(10)))
1.8 flowmon_helper.SetMonitorAttribute("StartTime", ns3.TimeValue(ns3.Seconds(31)))
1.9 flowmon_helper.SetMonitorAttribute("DelayBinWidth", ns3.DoubleValue(10e-3))
1.10 flowmon_helper.SetMonitorAttribute("JitterBinWidth", ns3.DoubleValue(10e-3))