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

[ns] Re: your mail



On Fri, 22 Sep 2000,  wrote:

> after I change to duplex link.
> It is the same problem again.
> I use proc to create unicast and mcast node (array) with global command
> In mcast proc , use  $s_node($i) enable-mcast $ns          to create mcast node
> so I got the problem.

You don't say what version of ns you are using, but I trust
enable-multicast about as far as I can throw it.

> maybe Can tell me the step to produce "mcast node and unicast node together"

You might do better with 
set ns [new Simulator -multicast on]
or, in earlier ns,
Simulator set EnableMcast_ 1

before creating nodes. This adds overhead to every node; with large
topologies you may regret it.

L.

<[email protected]>PGP<http://www.ee.surrey.ac.uk/Personal/L.Wood/>