> I am trying to test SRM on ns-2
> > But error follows: > > _o3: Unable to dispatch method enableMcast > while executing > "$ns enableMcast" > > > Please somebody help me. > The format has changed a bit... There'll be no error if you replace set ns [new Simulator -multicast on] $ns multicast by set ns [new Simulator] $ns enableMcast . |