- ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- new queue management in ns2
Keymaster
Writing a new module/code for queue management and adding it with existing ns implementation will require lot of skill and understanding about ns2 architecture.
As a beginner, one can implement their queue management by altering any one of the existing implementations of ns2 with somewhat lesser effort than writing entirely new modules.
Participant
Dear,
First you try to attach different queue types to links, using simple ns code.
Then try to study in depth any queue type, which you find appropriate for your work.
Here are some types:
DropTail
DropTailRoundRobin (DTRR)
PriQueue
SFQ
WFQ
CBQ
etc
Then try to modify it.
Hope it helps.
Discuss Through WhatsApp