Bug 2617

Summary: PfifoFastQueueDisc::Peek() broken
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: traffic-controlAssignee: Stefano Avallone <stavallo>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P3    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: patch to fix

Description Tom Henderson 2017-01-13 17:58:43 UTC
Created attachment 2746 [details]
patch to fix

Peek() will only try the first band, and will fail to return an item if items do not exist in that band but exist in other bands.
Comment 1 Stefano Avallone 2017-01-14 09:48:05 UTC
Good catch!

Please go ahead and push the fix (or let me know if you want me to do it on your behalf).

Thanks!