I am trying to implement routing DOS attacks some of which involve blocking forwarding messages to neighbors or stop sending all messages (for eg: black hole attack). As a result just wondering what function should I block to do this. Also just also wondering if I receive messages and dont forward them then would it cause a node to run out of memory.
Please advice.
Thanks for you help,
Sumit
On 9/17/06, Dongyan Chen <[EMAIL PROTECTED]> wrote:
I believe Send interface is used for Multihop routing transmission and
has a pre-defined destination address of 0, which is the base station
address. SendMsg is a one-hop transmission interface which allows you
to specify any destination addr, AM group, etc.
I don't quite understand what you mean by "block messges to neighbor
nodes" though. If you want to block incoming msgs, shouldn't a receive
interface be used in stead?
- Dongyan
On 9/16/06, Sumit Gupta < [EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to know basic difference between these two interfaces.
>
> I am also wondering that If I want to block certain messges to neighbor
> nodes (or in network) should I do it at SendMsg or Send. I know it might
> sound a little stupid question but please adivce.
>
> Regards,
> Sumit
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
