Re: [ns] Question on routing overhead - not the formula

2012-05-16 Thread Mateus Augusto Silva Santos
Considering that you sent some packets (and none of them was received), you can compute the routing overhead of any algorithm by counting the control packets of the trace (filter for RTR and/or something related to the control packet, such as RREQ and RREP). Note that a routing algorithm can have

Re: [ns] multipaths in DSR protocol

2012-04-15 Thread Mateus Augusto Silva Santos
Do you need source routing? If AOMDV does not fit to you take a look at the SMR description. Another point is the number of paths. As far as I know SMR will give you only two paths, so you will need to adapt the algorithm to find more. Mateus > Date: Fri, 13 Apr 2012 19:25:38 +0530 > From: anki

[ns] AOMDV: RREPs reach source node but rt_num_paths_ is not incremented

2012-02-25 Thread Mateus Augusto Silva Santos
Dear colleagues, I'd like to change the AOMDV code to round robin the paths, but looks like the code available with version 2.35 is not finding more than one path for a sending node. Using the debug, I found that route replies (RREPs) reach the source from different nodes, which is enough to find