How to print routing tables of DSDV in NS3?
Open “src/dsdv/model/dsdv-routing-protocol.h” and add “Ptr routingStream;” in public attributes: class RoutingProtocol : public Ipv4RoutingProtocol { public: …. virtual void DoDispose (); Ptr routingStream; … Then in “src/dsdv/model/dsdv-routing-protocol.cc” at line 250 add the new function: void RoutingProtocol::PrintRoutingTable (Ptr stream) const { *stream->GetStream () GetId ()