Lines Matching refs:MilliSeconds

456   Time pingInterval = MilliSeconds (100);  in main()
457 Time marksSamplingInterval = MilliSeconds (100); in main()
458 Time throughputSamplingInterval = MilliSeconds (200); in main()
480 Time baseRtt = MilliSeconds (80); in main()
483 Time ceThreshold = MilliSeconds (1); in main()
530 NS_ABORT_MSG_UNLESS (baseRtt == MilliSeconds (10), "Incorrect RTT"); in main()
534 NS_ABORT_MSG_UNLESS (baseRtt == MilliSeconds (80), "Incorrect RTT"); in main()
541 NS_ABORT_MSG_UNLESS (baseRtt == MilliSeconds (50), "Incorrect RTT"); in main()
827 firstSinkApp.Stop (stopTime - MilliSeconds (500)); in main()
846 secondSinkApp.Stop (stopTime - MilliSeconds (500)); in main()
860 …Simulator::Schedule (Seconds (5) + MilliSeconds (100), &ScheduleFirstTcpRttTraceConnection, &first… in main()
861 …Simulator::Schedule (Seconds (5) + MilliSeconds (100), &ScheduleFirstTcpCwndTraceConnection, &firs… in main()
862 Simulator::Schedule (Seconds (5) + MilliSeconds (100), &ScheduleFirstPacketSinkConnection); in main()
865 …Simulator::Schedule (Seconds (5) + MilliSeconds (100), &ScheduleFirstDctcpTraceConnection, &firstT… in main()
871 …Simulator::Schedule (Seconds (15) + MilliSeconds (100), &ScheduleSecondTcpRttTraceConnection, &sec… in main()
872 …Simulator::Schedule (Seconds (15) + MilliSeconds (100), &ScheduleSecondTcpCwndTraceConnection, &se… in main()
873 Simulator::Schedule (Seconds (15) + MilliSeconds (100), &ScheduleSecondPacketSinkConnection); in main()
877 …Simulator::Schedule (Seconds (15) + MilliSeconds (100), &ScheduleSecondDctcpTraceConnection, &seco… in main()