Bug 2675

Summary: PIE example does not work after Queue is converted to a template class
Product: ns-3 Reporter: Mohit <tahiliani.nitk>
Component: traffic-controlAssignee: Stefano Avallone <stavallo>
Status: RESOLVED FIXED    
Severity: minor CC: ns-bugs
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Proposed patch

Description Mohit 2017-03-20 08:16:25 UTC
Created attachment 2809 [details]
Proposed patch

(Thanks to Bijay Dev and Tejeshwara for spotting this)

QUEUE_MODE_PACKETS should be changed to QUEUE_DISC_MODE_PACKETS in src/traffic-control/examples/pie-example.cc

I have attached the patch.

Thanks,
Mohit P. Tahiliani
Comment 1 Stefano Avallone 2017-03-27 05:14:48 UTC
Fixed with changeset 12786:529e68b49117, thanks!