|
Bugzilla – Full Text Bug Listing |
| Summary: | Dead assigment on CoDel::DoDequeue | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | traffic-control | Assignee: | Stefano Avallone <stavallo> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Proposed changes | ||
|
Description
natale.patriciello
2016-11-05 07:12:55 UTC
Created attachment 2675 [details]
Proposed changes
Thanks for reporting this. I checked the Linux code (which is the reference implementation for CoDel) and verified that the assignment is actually useless in both cases. I noticed, however, that the ns-3 implementation was slightly different than Linux and some parameters (e.g., m_firstAboveTime) could be incorrectly set. Attached please find my proposal to make the ns-3 implementation more closely follow the Linux one. Fixed with changeset 12580:e92df2fc93e4, thanks! |