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

Re: ns:class_



>
> From:  Lynn Chen <[email protected]>
> To:    [email protected]
> Subject: ns:class_
> Date:  Fri, 27 Mar 1998 15:34:07 EST
>
> 
> --------------30261E8AE126BCFF7725F6F5
> Content-Type: text/plain; charset=gb2312
> Content-Transfer-Encoding: 7bit
> 
> Hi,
> 
> We are wondering where is class_ attributes be define in Agent/XX. There
> are several usages on example files using class_  to set 1, 2 and etc.
> We are interesing  in the QoS simulation with ns.  Any  suggestin will
> be appreciated.
> 
> --
> Lynn Chen, 781-466-4130,

'class' was used to indicate a traffic class in nsv1 (used
in particular for CBQ).  With OTcl, "class" is reserved
and can present problems if you try to use it.  So, most
things that were 'class' in nsv1 are now a flow-id or fid...

(the only thing changing the flow-id does is to label the
traffic generated by the agent with the corresponding id).

- K