Bugzilla – Full Text Bug Listing |
Summary: | Queue Enqueue/Drop trace sources behavior unintuitive | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
Component: | devices | Assignee: | ns-bugs <ns-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | craigdo |
Priority: | P3 | ||
Version: | pre-release | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | Patch to fix enqueue trace |
Description
Tom Henderson
2010-05-16 23:56:53 UTC
Created attachment 869 [details]
Patch to fix enqueue trace
> if there is in fact a drop (e.g. overflow), the drop trace is not triggered
the drop trace is triggered by the subclass (e.g. DroptailQueue) calling Queue::Drop.
I think the attachment may do the trick.
(In reply to comment #2) > > if there is in fact a drop (e.g. overflow), the drop trace is not triggered > > the drop trace is triggered by the subclass (e.g. DroptailQueue) calling > Queue::Drop. OK, I see this now. > > I think the attachment may do the trick. Agree, +1. fixed in changeset 6ac5cd5ec178 |