[Ns-bugs] [Bug 556] DcfManager does not handle AckTimeout properly when there are multiple queues
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Apr 27 03:35:22 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=556
--- Comment #3 from Kirill V. Andreev <kirillano at yandex.ru> 2009-04-27 06:35:21 EDT ---
I would like to tell some words about yhe following changes:
>- if (tmp > Simulator::Now ())
>+ if (tmp.GetNanoSeconds () > Simulator::Now ().GetNanoSeconds ())
When I have not added this, the tmp was grater than Simulator::Now (), but when
I have printed the moments of time, the nanoseconds value turned out to be
equal. I have observed it because while (1) caused. That was strange a bit(I
did not look at the code of Time reailzation and how operator > was
implemented).
OK, all variables I will fix and attach another version of patch.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list