[ns] What do "undefined reference" mean?

2007-03-30 Thread paolalonetti
HI, do anyone know what undefined referce means? I've look for all includes and method declarations and it's all ok, so why this error? Thanks in advance Paola -- Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom http://c

[ns] Help count of paths

2007-03-12 Thread paolalonetti
Hi, do anyone known how I can count how many paths there are between 2 nodes? I thought I can use the "If" in trace file, that is flow_id, but it's always 0!! Thank in advance Paola -- Passa a Infostrada. ADSL e Telefono senza limiti e senza

[ns] Help me with Perl files

2007-03-05 Thread paolalonetti
Hi all, do anyone work with multipath and can help me sending me a perl file which count how many path there are between 2 nodes? Thanks in advance bye -- Mutui da 200.000 euro? Tassi ridotti da 4.25% solo per richieste online. Mutuionline.

[ns] DSR and Segmentation Fault

2007-03-01 Thread paolalonetti
Hi, I'm working to make DSR multipath , I've modified the classes mobicache.cc and path.cc. The problem is the segmentation fault at line 214 (o about) at path[c]=rhs.path[c], where is defined operator = I didn't touch this method, but it's called from my methods. Anyone have found the same pro