Hi All,
             I need to implement selfish node behavior in manet. I have
changed aodv.cc by adding the following code.


if(strcmp(argv[1], "selfish") == 0) {
    malicious = true;
   return TCL_OK;
}

now my question is how do we tell that the selfish node should do
something...(like malicious node just drops the packets what they are
receiving..)

Its urgent pls give me some suggestions. Thanks in advance

-- 
*---
prabha*

Reply via email to