Hi guys, I am using the PriQueue algorithm in a wired-cum-wireless environment.
I want to dualise the queue. I have tried modifying the algorithm. I found out that, the Priqueue implements the DropTail queue. Hence, I modified the droptail (droptail.cc and droptail.h) to have a Delay Sensitive Traffic (DST)Queue and a Non Delay Sensitive Traffic (NDST)Queue. How can I implement this. What class do I need to modify? How do i modify it? Lekkie.
