---------- Forwarded message ----------
From: A Anupama <[EMAIL PROTECTED]>
Date: Feb 13, 2006 5:00 PM
Subject: Doubt about packet transmission
To: [EMAIL PROTECTED]
Hi
I have a doubt about packet transmission in ns2..
I am using the statement
Scheduler::instance().schedule(target_, p, 0.0);
to send a packet p. When I am sending the packet, I don't know whether the
packet is sent in 'call by value' method or 'call by reference' method.
Because, if the packet is broadcasted.. and if it is received by some n
nodes, if anyone of the node frees the packet, what happens to the other
nodes? Are they able to access the packet still ?
Thanks in advance
Awaiting reply
Anupama