Re: [ns] stop sending paquets

2007-03-24 Thread Filippos Kolovos
submissions to > ns-users@isi.edu > > > -- Forwarded message -- > From: "Jezabel Miriam Molina Gil" <[EMAIL PROTECTED]> > To: ns2 > Date: Fri, 23 Mar 2007 11:25:03 + > Subject: [ns] stop sending paquets > I am working with ns2 and I have

[ns] stop sending paquets

2007-03-23 Thread Jezabel Miriam Molina Gil
I am working with ns2 and I have got this code: set udp_(0) [new Agent/UDP] $ns_ attach-agent $node_(1) $udp_(0) set null_(0) [new Agent/Null] $ns_ attach-agent $node_(0) $null_(0) set cbr_(0) [new Application/Traffic/CBR] $cbr_(0) set packetSize_ 512 $cbr_(0) set interval_ 0.01 $cbr_(0) attach-