Re: [ns] Problem during Scheduling a packet to send.... URGENT... Pls Help...

2006-02-23 Thread A Anupama
Hi Michele Thanks for ur reply. I saw the trace file and the packets which I found missing are actually dropped due to Collission and I found that by seeing the Trace file whith Mac trace enabled in the Tcl file. How can we avoid these Collissions ? Thanks in advance Regards

Re: [ns] Problem during Scheduling a packet to send.... URGENT... Pls Help...

2006-02-23 Thread Michele Battelli
Hi Anupama, you can try to introduce jitters to REDUCE collisions. For example, in your send function use: Scheduler::instance().schedule(target_, p, (NOW + myJitter)); where p is your packet and myJitter is for example a random and uniformly distributed: myJitter =