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

Re: [ns] Problem: the IfqLen



I think it was fixed in August. One way is to download the latest version
of ns. If you don't want to reinstall your ns, you can fix it quickly as
follows:

Go to ns-2/tcl/lib/. In the file ns-mobilenode.tcl, change the following
line
	$ifq set qlim_ $qlen
to
        $ifq set limit_ $qlen

That's it.

Wei

On Fri, 24 Nov 2000, Xiaojing Tao wrote:

> Hi,
> 
> I use the ns2.1b6. It was downloaded in this July.
> 
> xiaojing
> 
> Wei Ye wrote:
> 
> > This should be fixed several month ago in ns2.1b6. When did you installed
> > your ns?
> >
> > Wei
> >
> > On Thu, 23 Nov 2000, Xiaojing Tao wrote:
> >
> > > Hello,
> > >
> > > I am a student working on certain issues in wireless ad hoc network
> > > through NS2. During the simulation, I set the IfqLen in the TCL file.
> > > But when I run it, the qlim_ in the priqueue is always 50 no matter what
> > > value I set to IfqLen. Could you help me to figure out what relationship
> > > between these two value? I am very appreciated.
> > >
> > > Regards,
> > > Xiaojing
> > >
>