You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is poor consideration or something else. I configure static routing for a node of my aodv network. But by checking the log table and source code, I found that the route can be found through IRoute *route = routingTable->findBestMatchingRoute(destAddr). But route->getProtocolData() is nullptr, so this static route is actually invalid. You need to manually change the code to set the ProtocolData of the route (using the route->setProtocolData() method). so I hope this logic can be added in the next version, I don't know if you will adopt it. I sincerely hope that OMNeT++ and INET libraries will get better and better
The text was updated successfully, but these errors were encountered:
I'm not sure if this is poor consideration or something else. I configure static routing for a node of my aodv network. But by checking the log table and source code, I found that the route can be found through IRoute *route = routingTable->findBestMatchingRoute(destAddr). But route->getProtocolData() is nullptr, so this static route is actually invalid. You need to manually change the code to set the ProtocolData of the route (using the route->setProtocolData() method). so I hope this logic can be added in the next version, I don't know if you will adopt it. I sincerely hope that OMNeT++ and INET libraries will get better and better
The text was updated successfully, but these errors were encountered: