[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] How to carry extra information in graft messages
- To: ns-users <[email protected]>
 
- Subject: [ns] How to carry extra information in graft messages
 
- From: Zhang Zai Chen <[email protected]>
 
- Date: Tue, 20 Feb 2001 19:56:06 +0800
 
- Organization: Dept. of EEE, The University of Hong Kong
 
- Sender: [email protected]
 
Hi,
Suppose I have an agent at a multicast receiver.  When it sends a graft
message upstream, it calls "join-group"s of Node, mrtObject, and DM.
Eventually, the "send" cmd of mcastControlAgent is called, which
allocates a packet, and sends it to the counterpart agent at the
upstream node.
Now I want to carry some information, e.g. some flags, in graft
messages.  How should I do?  In other words, how to pass information
from my agent to the mcastControlAgent?
Thanks.
Zhang Zaichen