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

[ns] multicast



Hi,
I am trying to simulate some multicast protocols. I found some examples
close to SRM in / tcl/ex
When I tried to run srm-drmo.tcl I got the following error
Warning dst_ is no longer being supported in NS. dst_ -2147483648
Use dst_addr_ and dst_port_ instead
Agent/Message/MC_Acker::recv data 14 1 1, 14
Warning dst_ is no longer being supported in NS. dst_ 14
Use dst_addr_ and dst_port_ instead
Agent/Message/MC_Acker::recv data 14 1 1, 14
Warning dst_ is no longer being supported in NS. dst_ 14
Use dst_addr_ and dst_port_ instead
Agent/Message/MC_Acker::recv data 14 1 1, 14
Warning dst_ is no longer being supported in NS. dst_ 14
Use dst_addr_ and dst_port_ instead
Agent/Message/MC_Acker::recv data 14 1 1, 14
Warning dst_ is no longer being supported in NS. dst_ 14
Use dst_addr_ and dst_port_ instead
Agent/Message/MC_Acker::recv data 14 1 1, 14
Warning dst_ is no longer being supported in NS. dst_ 14
Use dst_addr_ and dst_port_ instead
.
.
.

ns: _o450 recv  28 0: no value given for parameter "m" to "_o450"
    (Agent/Mcast/Control recv line 1)
    invoked from within
"_o450 recv  28 0"


Other than the warning about dst_ I get the above message which I am
unable to trace. Any pointers what is wrong?
thanks in advance
-chirdeep