inet-framework / inet

INET Framework for the OMNeT++ discrete event simulator
https://inet.omnetpp.org
Other
429 stars 482 forks source link

DYMO RREQ storm #207

Open aarizaq opened 8 years ago

aarizaq commented 8 years ago

The protocol doesn't check if a RREQ has been processed already and it doesn't actualize the metric of the RREQ packets

Possible patch https://github.com/aarizaq/inetmanet-2.0/commit/7b91d5e45d7ee052a174d8ac461ece7537451ead

levy commented 8 years ago

Now that I looked into this issue a little bit deeper, I think we have two options:

the reason is being that there are too many differences between the two standards. We simply can't say in the header file that it implements the AODVv2-16 when it's clearly not the case. I tried to look for differences in the two standards but they are organized differently enough so that it's really hard to tell what has been changed.

Hmm, I just don't know what else could we do.