I found out that a function in file /ns-2.34/tcl/mcast/ns-mcast.tcl caused
that problem:

Node instproc new-group { src group iface code } {
        $self instvar mrtObject_
        #changed
        #$mrtObject_ upcall $code $src $group $iface
        $mrtObject_ upcall $src $group $iface $code
}

The change I made solved that error but now I've got another one:
the 2 nodes that are supposed to be connected in an RTP session seem to send
packets to an undefined destination -2147483648 but not to each other.


-- 
View this message in context: 
http://old.nabble.com/RTP-over-wireless-connection-between-two-nodes-tp31407109p31419629.html
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to