Bug 1889

Summary: PointToPointNetDevice: in some cases MacTxDrop trace is not called
Product: ns-3 Reporter: Eugene Chemeritskiy <echemeritskiy>
Component: point-to-pointAssignee: 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

Description Eugene Chemeritskiy 2014-03-26 04:10:55 UTC
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.
Comment 1 Tommaso Pecorella 2014-03-26 18:40:54 UTC
changeset 10683	3347a2736785