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

Re: Queue Limits



Jiangbin Yang & Hongmei Cao wrote:
> 
> Hello,
> 
> Can anyone answer the 2 questions below?
> 
> 1. What's the difference between the NS command "queue-limit"
> and the configuration parameter "limit_" of Queue objects?

queue-limit is a TCL method that sets the limit_ parameter in a queue 
(see tcl/lib/ns-lib.tcl)
qlim_ (in C++) is binded to limit_ (TCL). See queue.cc.
"queue-limit" and "limit_" end up in the same result. Just the way
you get it is different.
 
> 2. Is the unit of "maxqueue_" of SFQ in bytes or pkts?
pkts.

bye
Roman
-- 
--------------------------------------------------------
Roman Pletka                [email protected]
* *  Also on WWW: http://studwww.eurecom.fr/~pletka  * *
--------------------------------------------------------