Hello everyone,
In MAODV, the variable mt_dst of type nsaddr_t is supposed to hold the
multicast group IP address. I am referring to aodv_mtable.h of the
multicst extension for AODV provided by Thomas Kunz and Yufang Zhou. I
use the following printf:
for(mt=mtable.head();mt;mt=mt->mt_link.le_next) {
        fprintf(outfile, "%i\t", mt_dst);
}
But the output is only 234881024 throughout the route table entries.
Is there somehtign I am missibng in printing out the output of this
variable? Or if I just want to know the destination IP of the group
what do I do?

Thanks,
Asraf

Reply via email to