Hi all,
I am trying to modify the dsdv protocol to route the packets in a multihop
scenario. I am working in the forwardpacket function in the dsdv.cc file and I
have seen that the packets are routed by the BS when the destination is another
node. I am using the multi-interfaces made by National Institute of Standards
and Technology (NIST). I have skipped this code
if (node_->base_stn()!=myaddr_) {
dst = node_->base_stn();
}
However, the BS sends packets to the destination ;-(.
Does anyone know how to modify to route the packets correctly?
Thank you in advance.
Jorge