Re: [ns] Segmentation fault with a highly mobile network ??

2007-03-01 Thread Netsanet Getnet

Dear Brinis,

Did you change the interface queue type to CMUPriQueue? 

Here is what we have for all other protocols.

set val(ifq)Queue/DropTail/PriQueue;# interface queue type

But in the case of DSR, you have to change the above line to 

set val(ifq)CMUPriQueue;# interface queue type

I hope that helps

Netsanet


 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 


[ns] Segmentation fault with a highly mobile network ??

2007-02-28 Thread Nour Brinis

Hi all,

 I am trying to carry out some simulations using the ns2 simulator.
I have installed the ns2 2.28 and I am using DSR as ad hoc routing protocol.

The problem is that with a highly mobile network ( it depends on the pause
time fixed when generating a mobility script: setdest -nn 100 -p (pause
time ??) ...), a segmentation fault is generated.
I have to run consistent scenario: high mobility and long simulation time.
Can you please help me about this problem?

Thanks in advance!!