Re: [ns] AODV - Route Repair Issue

2006-05-08 Thread guzinu
Hi Gabriel, I send you some explanations about local repair from rfc 3561. localrepairtimer function that is called from rt_ll_failed function is for local repair as explained below. /*_*/ 6.12. Local Repair When a link break in an active route

[ns] AODV - Route Repair Issue

2006-05-06 Thread Gabriel Barrera
Hello. We need some help with AODV. In function void LocalRepairTimer::handle(Event* p) { // SRD: 5/4/99 aodv_rt_entry *rt; struct hdr_ip *ih = HDR_IP( (Packet *)p); /* you get here after the timeout in a local repair attempt */ /* fprintf(stderr, %s\n, __FUNCTION__); */ rt =