Hi,

Check your ns command whether its creation date is the
date you compiled all ns files. you can use ls -l
command.

Nguon

--- "Eduardo J. Ortega" <[EMAIL PROTECTED]>
wrote:

> 
> Hi:
> I tried this, recompiled ok, but my sims won't run
> no matter what my code is. 
> i thought maybe my code was wrong, so i decided to
> copy droptail.{cc,h} to 
> fifo.{c,h}and change class names to FIFO, then add
> fifo.o to makefile and 
> recompiile. It compiled, but again, sims won't run
> when i try to use fifo 
> instead of droptail.
> 
> Any clues?
> 
> 
> On Saturday 29 April 2006 11:11, you wrote:
> > Hi,
> >
> > Have a look into the ~/ns-2.x/queue directory.
> You'll find all sorts
> > of implementations for different active queues.
> This include RED, RIO,
> > PRIO, JOBS, etc.
> >
> > Implementing a new queue is rather easy actually,
> you'll have to
> > inherit from Queue and implement the enque() and
> deque() methods. This
> > is really it! Don't forget to add you source code
> to NS's makefile to
> > get it compiled.
> >
> > Regards,
> > Ilyes Gouta.
> >
> > On 4/29/06, Eduardo J. Ortega
> <[EMAIL PROTECTED]> wrote:
> > > hey there:
> > >
> > > anyone knows how to code new queue algorithms
> into NS? (for example,
> > > choke)? Thanks.
> > >
> > > --
> > > Eduardo J. Ortega - Linux user #222873
> > > "No fake - I'm a big fan of konqueror, and I use
> it for everything." --
> > > Linus Torvalds
> 
> -- 
> Eduardo J. Ortega - Linux user #222873 
> "No fake - I'm a big fan of konqueror, and I use it
> for everything." -- Linus 
> Torvalds
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to