[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:49:11 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=556
--- Comment #4 from Mathieu Lacage <mathieu.lacage at sophia.inria.fr> 2009-04-27 06:49:11 EDT ---
(In reply to comment #3)
> 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
Time stores values with 64.64 precision and GetNanoSeconds throws away the
fractional part. It would be nice to know exactly why that behavior is
problematic in your use-case.
--
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