[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to find the default value of Queue/RED thresh_ and maxthresh?
>
> From: Zutong Sun <zsun@cs.concordia.ca>
> To: ns-users@mash.CS.Berkeley.EDU
> Subject: how to find the default value of Queue/RED thresh_ and maxthresh?
> Date: Tue, 07 Apr 1998 13:35:13 EDT
>
> Hello, I need to find the default value of thresh_ and maxthresh of Queue/RED
.
> Would be any way except reading code?
>
> Thanks
> zutong
>
I believe this:
set defthresh [Queue/RED set thresh_]
will work
- K