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

Re: [ns] traffic generating in multicast



For both agents you should use the same way to attach them to the node,
and set their addresses. See tcl/ex/mcast.tcl on how to use a single mcast
agent. 

On 24 Apr 2000, karim guessous wrote:

> hi all,
>   i want a node which is member of a groupA and a groupB, to send every packet
> that he received from the groupA to the other groupB. we added those three
> lines in the "recv" of loss-Monitor :
> 
> 
>      hdr_ip *ip=(hdr_ip*)pkt->access(off_ip_); 
>      ip->dst()=0x8001;
>      send(pkt,0);
> 
>  it doesn't work. please if you have any idea to resolve the problem...
>  
> thinks
> 
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>