|
Bugzilla – Full Text Bug Listing |
| Summary: | PointToPointNetDevice: in some cases MacTxDrop trace is not called | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Eugene Chemeritskiy <echemeritskiy> |
| Component: | point-to-point | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | proposal patch to fix the problem | ||
changeset 10683 3347a2736785 |
Created attachment 1808 [details] proposal patch to fix the problem MacDropTrace hooks should be called each time, the packet failed to fit free space inside of the transmission queue (or failed to be transmitted over the channel?). However, these hooks are bypassed if the channel is not ready for a transmission, when the packet arrives.