[ns] Packet Limit in dsRED queues

2006-07-05 Thread Filipe Mendes
Hi!! I've 6 physical RED queues in my script and i want to define a limit for each queue independently, how can I do this in ns-allinone-2.29?? $qE1C limit_ 100, I think it doesn't work for each physical queue. Thanks Filipe Mendes

[ns] Error in realaudio.cc

2006-08-14 Thread Filipe Mendes
Hi, I've found one error in /ns-2.29/realaudio/realaudio.cc file, where is agent_->set_pkttype(PT_REALAUDIO);, should be agent_->set_apptype(PT_REALAUDIO), i think. void RA_Traffic::init() { int res = loadCDF("offtimecdf"); // int res1 = Ontime_.loadCDF("ontimecdf"); time

Re: [ns] flow id

2006-08-16 Thread Filipe Mendes
op "$cbr_($id) stop" } Filipe Mendes Em Quarta 16 Agosto 2006 18:17, o Renata Vidal escreveu: > > Hi, > > I tried to set the flow number whith a command like this: > > $udp0 set fid_ 0 > $udp1 set fid_ 1 > $udp2 set fid_ 2 > and so on > > But in my trace I always have the fid 0. What could be wrong? >