Bugzilla – Bug 2940
convert ns3::QueueDisc::SojournTime trace source to TracedCallback
Last modified: 2018-07-14 10:58:30 UTC
The current trace source for sojourn time is a traced value, which only reports changes to the sojourn time (i.e. it suppresses writing a trace if the new sojourn time is the same as the old). It therefore misses dequeue events. The fix is to convert it from a TracedValue to a TracedCallback.
Created attachment 3121 [details] patch to fix
Agreed. Feel free to push, thanks.
fixed in 13688:adf4f2b2462d