[ns] Priority Queueing

2007-07-06 Thread Banu Sundar
Hi users, Iam trying to run my simulations with RED algorithm.Iam to set priorities to the packets from each source.I want give one kind of packet high priority and another kind of packet low priority, thus when queue size reaches the queue limit, low priority packet is dropped but high prio

[ns] Queue Monitor - Packet Drops

2007-07-04 Thread Banu Sundar
Hi users, I have questions on how to monitor the packet drop between two particular links.I have used the following commands to do it. set qmon [$ns monitor-queue $n3 $n4 [open qm.out w] 0.1]; [$ns link $n3 $n4] queue-sample-timeout; At the end of simulation "qm.out" is created. The qm.out loo