[ns] Fwd: Implementing Round Robin Scheduler

2012-03-19 Thread Ricard Alegre
is a smoother way to fix the problem: # # Also reset every queue # foreach qn [array names link_] { set q [$link_($qn) queue] $q reset } I use ns2 v2.34 on Ubuntu 10.04 64 bits OS. yes, I've read the FAQ, ns-problems page, and manual and I couldn't find the answer there. Thanks, -- Ricard Alegre http://wirelessatcom.uab.es/ricardalegre.htm -- Ricard Alegre http://wirelessatcom.uab.es/ricardalegre.htm

Re: [ns] Fwd: Implementing Round Robin Scheduler

2012-03-21 Thread Ricard Alegre
/www.t-issariyakul.blogspot.com > http://www.ece.ubc.ca/~teerawat > > > On Mar 19, 2012, at 11:43 PM, Ricard Alegre wrote: > > > > > Dear all, > > > > I wanted to implement a Round Robin packet scheduler just following the > > process in the book Introductio

[ns] Network Coding and Butterfly Network

2012-04-27 Thread Ricard Alegre
, -- Ricard Alegre http://wirelessatcom.uab.es

[ns] Broadcast issue

2012-05-04 Thread Ricard Alegre
000/msg02832.html --> Why does not work for wired Has anybody been able to solve this problem and managed to broadcast packets of any type in a wired network? Regards, -- Ricard Alegre http://wirelessatcom.uab.es

[ns] recv method not reached

2012-05-09 Thread Ricard Alegre
ent $n3 $d1 #Create Null agents (a traffic sink) and attach it to node n4/5 set null12 [new Agent/Null] set null21 [new Agent/Null] $ns attach-agent $n4 $null12 $ns attach-agent $n5 $null21 However, its is not performing what is suposed to do and all packets are sent to n4. I have noticed that the method recv() in dup.cc is not executed at any moment. Does anybody know why recv() is not called? Thanks in advance! -- Ricard Alegre http://wirelessatcom.uab.es