In my project I want to differentiate the incoming traffic
into multiple classes like critical
, normal
, delay sensitive
packets,
want to queue each type of packet in separate queues having different priority,
I define highest priority in the order :
- Critical packets,
- delay sensitive packets
- normal packets.
how i can do it in NS-2.