Bugzilla – Bug 1915
BRITE channel delay is rounded to an integer
Last modified: 2014-05-19 15:36:51 UTC
Reported by Chris Hood chood8@gatech.edu m_britePointToPointHelper.SetChannelAttribute ("Delay", TimeValue (MilliSeconds ((*it).delay))); should be: m_britePointToPointHelper.SetChannelAttribute ("Delay", TimeValue (Seconds ((*it).delay/1000.0))); since the delay is a double and can contain fractional values.
changeset: 10785:e4c5fc7f7f5b