[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] What's the best way to implement flooding in ns?



This is a design choice. Please read the ns manual for some tips .... In
case you want to have a snooping agent that checks the TTL and then
floods, you could have some code in OTcl and ensure and some in C++. Otcl
layer would know the details of routing etc and the C++ would be more
efficient since you have to check every packet 


debo

On Fri, 25 May 2001, Sbchen wrote:

> I want to implement a simple flooding with a TTL value. I didn't find any examples in ns.
> Now I wonder whether should I implement it in c++ or in OTcl because I think both these
> way have some limits in my case.
>