Re: [ns] Problems using DSR

2005-12-21 Thread Pedro Vale Estrela
Use ddd to debug the code and understand what fails http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging.html#_Toc122255042 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of David Carter > Sent: sábado, 17 de Dezembro de 2005 12:14 > To:

Re: [ns] Problems using DSR

2005-12-18 Thread Hailun Tan
change the queue type in the node-config environment in tcl script from Queue/DropTail/PriQueue;# interface queue type to PriQueue only and try to run it again > > Dear all, > > I am comparing the performance of different ad hoc routing protocols > in ns-2. Simulations I have made work wine w

Re: [ns] Problems using DSR

2005-12-17 Thread mix si
Hello David, Try putting in your tcl script instead of set val(ifq) Queue/DropTail/PriQueue set val(ifq)CMUPriQueue I think this will solve your problem, Have a nice weekend, Michael Sidiropoulos David Carter <[EMAIL PROTE