[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Reg Simple-Intserv-sched.cc!!



Hi,

I am using a queue of type SimpleIntserv....So when I need to perform an
enque , the queue::recv calls the enque function in
void SimpleIntServ::enque(Packet* p) and similarly 
void SimpleIntServ::deque(Packet* p) for performing the deque operation.

Now I have many flows in the network with each flow generating many many
packets. 
When I executed my program, I noticed that, when flow 1 is sending
packets, and flow 2 also starts sending, the packets belonging to flow2
are not transmitted, and only flow1 packets are transmitted.

Can you please explain the function of simple-intserv scheduler
queue.... 

Thanks in advance,
Archana