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

Re: CtrMcast



On Mon, 27 Sep 1999 14:43:21 EDT, Hugh Smith wrote: 
>
>I am trying to use CtrMcast but am unable to get it to work.  If I just
>do:
>
>set ns [new Simulator -multicast ignored_flag 
>set mproto CtrMcast
>set mrthandle [$ns mrtproto $mproto {} ]
>
>set scn [new Scenario]
>.
>.
>.
>$ns run
>
>
>My simulation runs but I do not get many packets at the receivers.  I
>cannot really tell why.  It's like they are not being routed at all.  I
>do not get any errors.  When I use DM, it works fine.
>
>Any ideas?  Hugh

Several of the test suites use CtrMcast.  Did you (1) verify that
those pass for you, (2) compare your code to them to see if there's a
difference?

   -John Heidemann